Html Css Color HEX #CD2C85 Deep Cerise

📋 copy color: '#CD2C85'

red 205 ◦ green 44 ◦ blue 133

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

Shades of Deep Cerise #CD2C85

Tints of Deep Cerise #CD2C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

 BLUE value IS 133 (52.34% from 255) = 34.82%

R = 53.66%
G = 11.52%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD2C85 (or 0xCD2C85) is known color: Deep Cerise. HEX triplet: CD, 2C and 85. RGB value is (205,44,133). Sum of RGB (Red+Green+Blue) = 205+44+133=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2C85 is #32D37A. Grayscale: #666666. Windows color (decimal): -3330939 or 8727757. OLE color: 8727757.

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

Color convert

RGB 205 44 133 -
CMYK 0 0.79 0.35 0.20
HSL 326.83º 0.65% 0.49% -
HSV(B) 326.83º 0.79% 0.8% -
XYZ 30.31 16.47 23.77 -
YUV 102.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 205 44 133 0 0.79 0.35 0.20 326.83 0.65 0.49
Hex CD 2C 85 0 4F 23 14 147 41 31
Octal 315 54 205 0 117 43 24 507 101 61
Binary 11001101 101100 10000101 0 1001111 100011 10100 101000111 1000001 110001

Color Harmonies of #CD2C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C85

Black with #CD2C85

Text Example


Text Example

White with #CD2C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C85; }

 p { color: rgb(205,44,133); }

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

background-color css

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

 a { background-color: rgb(205,44,133); }

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

border-color css

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

 span { border-color: rgb(205,44,133); }

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