Html Css Color HEX #CD288C Deep Cerise

📋 copy color: '#CD288C'

red 205 ◦ green 40 ◦ blue 140

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

Shades of Deep Cerise #CD288C

Tints of Deep Cerise #CD288C

RGB

 RED value IS 205 (80.47% from 255) = 53.25%

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 53.25%
G = 10.39%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD288C (or 0xCD288C) is known color: Deep Cerise. HEX triplet: CD, 28 and 8C. RGB value is (205,40,140). Sum of RGB (Red+Green+Blue) = 205+40+140=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD288C is #32D773. Grayscale: #646464. Windows color (decimal): -3331956 or 9185485. OLE color: 9185485.

HSL color Cylindrical-coordinate representation of color #CD288C: hue angle of 323.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD288C is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 40 140 -
CMYK 0 0.80 0.32 0.20
HSL 323.64º 0.67% 0.48% -
HSV(B) 323.64º 0.8% 0.8% -
XYZ 30.67 16.39 26.36 -
YUV 100.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 205 40 140 0 0.80 0.32 0.20 323.64 0.67 0.48
Hex CD 28 8C 0 50 20 14 144 43 30
Octal 315 50 214 0 120 40 24 504 103 60
Binary 11001101 101000 10001100 0 1010000 100000 10100 101000100 1000011 110000

Color Harmonies of #CD288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD288C

Black with #CD288C

Text Example


Text Example

White with #CD288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD288C; }

 p { color: rgb(205,40,140); }

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

background-color css

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

 a { background-color: rgb(205,40,140); }

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

border-color css

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

 span { border-color: rgb(205,40,140); }

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