Html Css Color HEX #CD288B Deep Cerise

📋 copy color: '#CD288B'

red 205 ◦ green 40 ◦ blue 139

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

Shades of Deep Cerise #CD288B

Tints of Deep Cerise #CD288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 53.39%
G = 10.42%
B = 36.2%

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

#CD288B (or 0xCD288B) is known color: Deep Cerise. HEX triplet: CD, 28 and 8B. RGB value is (205,40,139). Sum of RGB (Red+Green+Blue) = 205+40+139=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD288B is #32D774. Grayscale: #646464. Windows color (decimal): -3331957 or 9119949. OLE color: 9119949.

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

Color convert

RGB 205 40 139 -
CMYK 0 0.80 0.32 0.20
HSL 324º 0.67% 0.48% -
HSV(B) 324º 0.8% 0.8% -
XYZ 30.6 16.36 25.97 -
YUV 100.62 149.66 202.45 -
System Red Green Blue C M Y K H S L
Decimal 205 40 139 0 0.80 0.32 0.20 324 0.67 0.48
Hex CD 28 8B 0 50 20 14 144 43 30
Octal 315 50 213 0 120 40 24 504 103 60
Binary 11001101 101000 10001011 0 1010000 100000 10100 101000100 1000011 110000

Color Harmonies of #CD288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD288B

Black with #CD288B

Text Example


Text Example

White with #CD288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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