Html Css Color HEX #CF288E Deep Cerise

📋 copy color: '#CF288E'

red 207 ◦ green 40 ◦ blue 142

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

Shades of Deep Cerise #CF288E

Tints of Deep Cerise #CF288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.28%

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 53.21%
G = 10.28%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF288E (or 0xCF288E) is known color: Deep Cerise. HEX triplet: CF, 28 and 8E. RGB value is (207,40,142). Sum of RGB (Red+Green+Blue) = 207+40+142=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF288E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF288E is #30D771. Grayscale: #656565. Windows color (decimal): -3200882 or 9316559. OLE color: 9316559.

HSL color Cylindrical-coordinate representation of color #CF288E: hue angle of 323.35º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF288E is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 40 142 -
CMYK 0 0.81 0.31 0.19
HSL 323.35º 0.68% 0.48% -
HSV(B) 323.35º 0.81% 0.81% -
XYZ 31.37 16.74 27.17 -
YUV 101.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 207 40 142 0 0.81 0.31 0.19 323.35 0.68 0.48
Hex CF 28 8E 0 51 1F 13 143 44 30
Octal 317 50 216 0 121 37 23 503 104 60
Binary 11001111 101000 10001110 0 1010001 11111 10011 101000011 1000100 110000

Color Harmonies of #CF288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF288E

Black with #CF288E

Text Example


Text Example

White with #CF288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF288E; }

 p { color: rgb(207,40,142); }

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

background-color css

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

 a { background-color: rgb(207,40,142); }

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

border-color css

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

 span { border-color: rgb(207,40,142); }

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