Html Css Color HEX #CD2B8C Deep Cerise

📋 copy color: '#CD2B8C'

red 205 ◦ green 43 ◦ blue 140

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

Shades of Deep Cerise #CD2B8C

Tints of Deep Cerise #CD2B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.08%

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

R = 52.84%
G = 11.08%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD2B8C (or 0xCD2B8C) is known color: Deep Cerise. HEX triplet: CD, 2B and 8C. RGB value is (205,43,140). Sum of RGB (Red+Green+Blue) = 205+43+140=388 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.84% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2B8C is #32D473. Grayscale: #666666. Windows color (decimal): -3331188 or 9186253. OLE color: 9186253.

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

Color convert

RGB 205 43 140 -
CMYK 0 0.79 0.32 0.20
HSL 324.07º 0.65% 0.49% -
HSV(B) 324.07º 0.79% 0.8% -
XYZ 30.77 16.6 26.39 -
YUV 102.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 205 43 140 0 0.79 0.32 0.20 324.07 0.65 0.49
Hex CD 2B 8C 0 4F 20 14 144 41 31
Octal 315 53 214 0 117 40 24 504 101 61
Binary 11001101 101011 10001100 0 1001111 100000 10100 101000100 1000001 110001

Color Harmonies of #CD2B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2B8C

Black with #CD2B8C

Text Example


Text Example

White with #CD2B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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