Html Css Color HEX #CF369C Deep Cerise

📋 copy color: '#CF369C'

red 207 ◦ green 54 ◦ blue 156

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

Shades of Deep Cerise #CF369C

Tints of Deep Cerise #CF369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.95%

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 49.64%
G = 12.95%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF369C (or 0xCF369C) is known color: Deep Cerise. HEX triplet: CF, 36 and 9C. RGB value is (207,54,156). Sum of RGB (Red+Green+Blue) = 207+54+156=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF369C is #30C963. Grayscale: #6F6F6F. Windows color (decimal): -3197284 or 10237647. OLE color: 10237647.

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

Color convert

RGB 207 54 156 -
CMYK 0 0.74 0.25 0.19
HSL 320º 0.61% 0.51% -
HSV(B) 320º 0.74% 0.81% -
XYZ 33.05 18.3 33.24 -
YUV 111.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 207 54 156 0 0.74 0.25 0.19 320 0.61 0.51
Hex CF 36 9C 0 4A 19 13 140 3D 33
Octal 317 66 234 0 112 31 23 500 75 63
Binary 11001111 110110 10011100 0 1001010 11001 10011 101000000 111101 110011

Color Harmonies of #CF369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF369C

Black with #CF369C

Text Example


Text Example

White with #CF369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF369C; }

 p { color: rgb(207,54,156); }

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

background-color css

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

 a { background-color: rgb(207,54,156); }

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

border-color css

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

 span { border-color: rgb(207,54,156); }

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