Html Css Color HEX #CF369B Deep Cerise

📋 copy color: '#CF369B'

red 207 ◦ green 54 ◦ blue 155

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

Shades of Deep Cerise #CF369B

Tints of Deep Cerise #CF369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 49.76%
G = 12.98%
B = 37.26%

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

#CF369B (or 0xCF369B) is known color: Deep Cerise. HEX triplet: CF, 36 and 9B. RGB value is (207,54,155). Sum of RGB (Red+Green+Blue) = 207+54+155=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF369B is #30C964. Grayscale: #6F6F6F. Windows color (decimal): -3197285 or 10172111. OLE color: 10172111.

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

Color convert

RGB 207 54 155 -
CMYK 0 0.74 0.25 0.19
HSL 320.39º 0.61% 0.51% -
HSV(B) 320.39º 0.74% 0.81% -
XYZ 32.97 18.27 32.8 -
YUV 111.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 207 54 155 0 0.74 0.25 0.19 320.39 0.61 0.51
Hex CF 36 9B 0 4A 19 13 140 3D 33
Octal 317 66 233 0 112 31 23 500 75 63
Binary 11001111 110110 10011011 0 1001010 11001 10011 101000000 111101 110011

Color Harmonies of #CF369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF369B

Black with #CF369B

Text Example


Text Example

White with #CF369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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