Html Css Color HEX #CF3378 Deep Cerise

📋 copy color: '#CF3378'

red 207 ◦ green 51 ◦ blue 120

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

Shades of Deep Cerise #CF3378

Tints of Deep Cerise #CF3378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 54.76%
G = 13.49%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF3378 (or 0xCF3378) is known color: Deep Cerise. HEX triplet: CF, 33 and 78. RGB value is (207,51,120). Sum of RGB (Red+Green+Blue) = 207+51+120=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3378 is #30CC87. Grayscale: #696969. Windows color (decimal): -3198088 or 7877583. OLE color: 7877583.

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

Color convert

RGB 207 51 120 -
CMYK 0 0.75 0.42 0.19
HSL 333.46º 0.62% 0.51% -
HSV(B) 333.46º 0.75% 0.81% -
XYZ 30.31 16.99 19.45 -
YUV 105.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 207 51 120 0 0.75 0.42 0.19 333.46 0.62 0.51
Hex CF 33 78 0 4B 2A 13 14D 3E 33
Octal 317 63 170 0 113 52 23 515 76 63
Binary 11001111 110011 1111000 0 1001011 101010 10011 101001101 111110 110011

Color Harmonies of #CF3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3378

Black with #CF3378

Text Example


Text Example

White with #CF3378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3378; }

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

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

background-color css

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

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

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

border-color css

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

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

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