Html Css Color HEX #CD288A Deep Cerise

📋 copy color: '#CD288A'

red 205 ◦ green 40 ◦ blue 138

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

Shades of Deep Cerise #CD288A

Tints of Deep Cerise #CD288A

RGB

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

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

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

R = 53.52%
G = 10.44%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD288A (or 0xCD288A) is known color: Deep Cerise. HEX triplet: CD, 28 and 8A. RGB value is (205,40,138). Sum of RGB (Red+Green+Blue) = 205+40+138=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD288A is #32D775. Grayscale: #646464. Windows color (decimal): -3331958 or 9054413. OLE color: 9054413.

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

Color convert

RGB 205 40 138 -
CMYK 0 0.80 0.33 0.20
HSL 324.36º 0.67% 0.48% -
HSV(B) 324.36º 0.8% 0.8% -
XYZ 30.52 16.33 25.59 -
YUV 100.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 205 40 138 0 0.80 0.33 0.20 324.36 0.67 0.48
Hex CD 28 8A 0 50 21 14 144 43 30
Octal 315 50 212 0 120 41 24 504 103 60
Binary 11001101 101000 10001010 0 1010000 100001 10100 101000100 1000011 110000

Color Harmonies of #CD288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD288A

Black with #CD288A

Text Example


Text Example

White with #CD288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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