Html Css Color HEX #CF3879 Deep Cerise

📋 copy color: '#CF3879'

red 207 ◦ green 56 ◦ blue 121

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

Shades of Deep Cerise #CF3879

Tints of Deep Cerise #CF3879

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.58%

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 53.91%
G = 14.58%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF3879 (or 0xCF3879) is known color: Deep Cerise. HEX triplet: CF, 38 and 79. RGB value is (207,56,121). Sum of RGB (Red+Green+Blue) = 207+56+121=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3879 is #30C786. Grayscale: #6C6C6C. Windows color (decimal): -3196807 or 7944399. OLE color: 7944399.

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

Color convert

RGB 207 56 121 -
CMYK 0 0.73 0.42 0.19
HSL 334.17º 0.61% 0.52% -
HSV(B) 334.17º 0.73% 0.81% -
XYZ 30.6 17.47 19.85 -
YUV 108.56 135.03 198.21 -
System Red Green Blue C M Y K H S L
Decimal 207 56 121 0 0.73 0.42 0.19 334.17 0.61 0.52
Hex CF 38 79 0 49 2A 13 14E 3D 34
Octal 317 70 171 0 111 52 23 516 75 64
Binary 11001111 111000 1111001 0 1001001 101010 10011 101001110 111101 110100

Color Harmonies of #CF3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3879

Black with #CF3879

Text Example


Text Example

White with #CF3879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3879; }

 p { color: rgb(207,56,121); }

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

background-color css

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

 a { background-color: rgb(207,56,121); }

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

border-color css

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

 span { border-color: rgb(207,56,121); }

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