Html Css Color HEX #CD2AA6 Deep Cerise

📋 copy color: '#CD2AA6'

red 205 ◦ green 42 ◦ blue 166

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

Shades of Deep Cerise #CD2AA6

Tints of Deep Cerise #CD2AA6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.17%

 BLUE value IS 166 (65.23% from 255) = 40.19%

R = 49.64%
G = 10.17%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CD2AA6 (or 0xCD2AA6) is known color: Deep Cerise. HEX triplet: CD, 2A and A6. RGB value is (205,42,166). Sum of RGB (Red+Green+Blue) = 205+42+166=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2AA6 is #32D559. Grayscale: #686868. Windows color (decimal): -3331418 or 10889933. OLE color: 10889933.

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

Color convert

RGB 205 42 166 -
CMYK 0 0.80 0.19 0.20
HSL 314.36º 0.66% 0.48% -
HSV(B) 314.36º 0.8% 0.8% -
XYZ 32.89 17.39 37.7 -
YUV 104.87 162.5 199.42 -
System Red Green Blue C M Y K H S L
Decimal 205 42 166 0 0.80 0.19 0.20 314.36 0.66 0.48
Hex CD 2A A6 0 50 13 14 13A 42 30
Octal 315 52 246 0 120 23 24 472 102 60
Binary 11001101 101010 10100110 0 1010000 10011 10100 100111010 1000010 110000

Color Harmonies of #CD2AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2AA6

Black with #CD2AA6

Text Example


Text Example

White with #CD2AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2AA6; }

 p { color: rgb(205,42,166); }

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

background-color css

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

 a { background-color: rgb(205,42,166); }

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

border-color css

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

 span { border-color: rgb(205,42,166); }

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