Html Css Color HEX #CF3974 Deep Cerise

📋 copy color: '#CF3974'

red 207 ◦ green 57 ◦ blue 116

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

Shades of Deep Cerise #CF3974

Tints of Deep Cerise #CF3974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 54.47%
G = 15%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF3974 (or 0xCF3974) is known color: Deep Cerise. HEX triplet: CF, 39 and 74. RGB value is (207,57,116). Sum of RGB (Red+Green+Blue) = 207+57+116=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3974 is #30C68B. Grayscale: #6C6C6C. Windows color (decimal): -3196556 or 7616975. OLE color: 7616975.

HSL color Cylindrical-coordinate representation of color #CF3974: hue angle of 336.4º 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 #CF3974 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 57 116 -
CMYK 0 0.72 0.44 0.19
HSL 336.4º 0.61% 0.52% -
HSV(B) 336.4º 0.72% 0.81% -
XYZ 30.35 17.45 18.29 -
YUV 108.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 207 57 116 0 0.72 0.44 0.19 336.4 0.61 0.52
Hex CF 39 74 0 48 2C 13 150 3D 34
Octal 317 71 164 0 110 54 23 520 75 64
Binary 11001111 111001 1110100 0 1001000 101100 10011 101010000 111101 110100

Color Harmonies of #CF3974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3974

Black with #CF3974

Text Example


Text Example

White with #CF3974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3974; }

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

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

background-color css

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

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

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

border-color css

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

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

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