Html Css Color HEX #CF288A Deep Cerise

📋 copy color: '#CF288A'

red 207 ◦ green 40 ◦ blue 138

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

Shades of Deep Cerise #CF288A

Tints of Deep Cerise #CF288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 53.77%
G = 10.39%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF288A (or 0xCF288A) is known color: Deep Cerise. HEX triplet: CF, 28 and 8A. RGB value is (207,40,138). Sum of RGB (Red+Green+Blue) = 207+40+138=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF288A is #30D775. Grayscale: #646464. Windows color (decimal): -3200886 or 9054415. OLE color: 9054415.

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

Color convert

RGB 207 40 138 -
CMYK 0 0.81 0.33 0.19
HSL 324.79º 0.68% 0.48% -
HSV(B) 324.79º 0.81% 0.81% -
XYZ 31.08 16.62 25.61 -
YUV 101.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 207 40 138 0 0.81 0.33 0.19 324.79 0.68 0.48
Hex CF 28 8A 0 51 21 13 145 44 30
Octal 317 50 212 0 121 41 23 505 104 60
Binary 11001111 101000 10001010 0 1010001 100001 10011 101000101 1000100 110000

Color Harmonies of #CF288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF288A

Black with #CF288A

Text Example


Text Example

White with #CF288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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