Html Css Color HEX #CF248A Medium Violet Red

📋 copy color: '#CF248A'

red 207 ◦ green 36 ◦ blue 138

#CF248A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CF248A

Tints of Medium Violet Red #CF248A

RGB

 RED value IS 207 (81.25% from 255) = 54.33%

 GREEN value IS 36 (14.45% from 255) = 9.45%

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 54.33%
G = 9.45%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF248A (or 0xCF248A) is known color: Medium Violet Red. HEX triplet: CF, 24 and 8A. RGB value is (207,36,138). Sum of RGB (Red+Green+Blue) = 207+36+138=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF248A is #30DB75. Grayscale: #626262. Windows color (decimal): -3201910 or 9053391. OLE color: 9053391.

HSL color Cylindrical-coordinate representation of color #CF248A: hue angle of 324.21º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF248A is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 138 -
CMYK 0 0.83 0.33 0.19
HSL 324.21º 0.7% 0.48% -
HSV(B) 324.21º 0.83% 0.81% -
XYZ 30.95 16.36 25.57 -
YUV 98.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 207 36 138 0 0.83 0.33 0.19 324.21 0.7 0.48
Hex CF 24 8A 0 53 21 13 144 46 30
Octal 317 44 212 0 123 41 23 504 106 60
Binary 11001111 100100 10001010 0 1010011 100001 10011 101000100 1000110 110000

Color Harmonies of #CF248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF248A

Black with #CF248A

Text Example


Text Example

White with #CF248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF248A; }

 p { color: rgb(207,36,138); }

 H1.HeaderClassName
 {
   color: #CF248A;
 }
 .AnyTagClassName
 {
   color: #CF248A;
 }
</style>

background-color css

<style>
 a { background-color: #CF248A; }

 a { background-color: rgb(207,36,138); }

 div.DivClassName
 {
   background-color: #CF248A;
 }
 .BgClassName
 {
   background-color: #CF248A;
 }
</style>

border-color css

<style>
 span { border-color: #CF248A; }

 span { border-color: rgb(207,36,138); }

 td.TdClassName
 {
   border-color: #CF248A;
 }
 .TagClassName
 {
   border-color: #CF248A;
 }
</style>