Html Css Color HEX #CF369F Deep Cerise

📋 copy color: '#CF369F'

red 207 ◦ green 54 ◦ blue 159

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

Shades of Deep Cerise #CF369F

Tints of Deep Cerise #CF369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 49.29%
G = 12.86%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF369F (or 0xCF369F) is known color: Deep Cerise. HEX triplet: CF, 36 and 9F. RGB value is (207,54,159). Sum of RGB (Red+Green+Blue) = 207+54+159=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF369F is #30C960. Grayscale: #6F6F6F. Windows color (decimal): -3197281 or 10434255. OLE color: 10434255.

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

Color convert

RGB 207 54 159 -
CMYK 0 0.74 0.23 0.19
HSL 318.82º 0.61% 0.51% -
HSV(B) 318.82º 0.74% 0.81% -
XYZ 33.31 18.41 34.6 -
YUV 111.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 207 54 159 0 0.74 0.23 0.19 318.82 0.61 0.51
Hex CF 36 9F 0 4A 17 13 13F 3D 33
Octal 317 66 237 0 112 27 23 477 75 63
Binary 11001111 110110 10011111 0 1001010 10111 10011 100111111 111101 110011

Color Harmonies of #CF369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF369F

Black with #CF369F

Text Example


Text Example

White with #CF369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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