Html Css Color HEX #CF3991 Deep Cerise

📋 copy color: '#CF3991'

red 207 ◦ green 57 ◦ blue 145

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

Shades of Deep Cerise #CF3991

Tints of Deep Cerise #CF3991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.94%

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

R = 50.61%
G = 13.94%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF3991 (or 0xCF3991) is known color: Deep Cerise. HEX triplet: CF, 39 and 91. RGB value is (207,57,145). Sum of RGB (Red+Green+Blue) = 207+57+145=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3991 is #30C66E. Grayscale: #6F6F6F. Windows color (decimal): -3196527 or 9517519. OLE color: 9517519.

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

Color convert

RGB 207 57 145 -
CMYK 0 0.72 0.30 0.19
HSL 324.8º 0.61% 0.52% -
HSV(B) 324.8º 0.72% 0.81% -
XYZ 32.31 18.24 28.61 -
YUV 111.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 207 57 145 0 0.72 0.30 0.19 324.8 0.61 0.52
Hex CF 39 91 0 48 1E 13 145 3D 34
Octal 317 71 221 0 110 36 23 505 75 64
Binary 11001111 111001 10010001 0 1001000 11110 10011 101000101 111101 110100

Color Harmonies of #CF3991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3991

Black with #CF3991

Text Example


Text Example

White with #CF3991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3991; }

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

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

background-color css

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

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

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

border-color css

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

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

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