Html Css Color HEX #CF3391 Deep Cerise

📋 copy color: '#CF3391'

red 207 ◦ green 51 ◦ blue 145

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

Shades of Deep Cerise #CF3391

Tints of Deep Cerise #CF3391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.66%

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 51.36%
G = 12.66%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF3391 (or 0xCF3391) is known color: Deep Cerise. HEX triplet: CF, 33 and 91. RGB value is (207,51,145). Sum of RGB (Red+Green+Blue) = 207+51+145=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3391 is #30CC6E. Grayscale: #6C6C6C. Windows color (decimal): -3198063 or 9515983. OLE color: 9515983.

HSL color Cylindrical-coordinate representation of color #CF3391: hue angle of 323.85º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3391 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 51 145 -
CMYK 0 0.75 0.30 0.19
HSL 323.85º 0.62% 0.51% -
HSV(B) 323.85º 0.75% 0.81% -
XYZ 32.03 17.68 28.51 -
YUV 108.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 207 51 145 0 0.75 0.30 0.19 323.85 0.62 0.51
Hex CF 33 91 0 4B 1E 13 144 3E 33
Octal 317 63 221 0 113 36 23 504 76 63
Binary 11001111 110011 10010001 0 1001011 11110 10011 101000100 111110 110011

Color Harmonies of #CF3391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3391

Black with #CF3391

Text Example


Text Example

White with #CF3391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3391; }

 p { color: rgb(207,51,145); }

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

background-color css

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

 a { background-color: rgb(207,51,145); }

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

border-color css

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

 span { border-color: rgb(207,51,145); }

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