Html Css Color HEX #CD06B5 Deep Magenta

📋 copy color: '#CD06B5'

red 205 ◦ green 6 ◦ blue 181

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

Shades of Deep Magenta #CD06B5

Tints of Deep Magenta #CD06B5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.53%

 BLUE value IS 181 (71.09% from 255) = 46.17%

R = 52.3%
G = 1.53%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CD06B5 (or 0xCD06B5) is known color: Deep Magenta. HEX triplet: CD, 06 and B5. RGB value is (205,6,181). Sum of RGB (Red+Green+Blue) = 205+6+181=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 181 (71.09% from 255 or 46.17% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD06B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD06B5 is #32F94A. Grayscale: #545454. Windows color (decimal): -3340619 or 11863757. OLE color: 11863757.

HSL color Cylindrical-coordinate representation of color #CD06B5: hue angle of 307.24º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD06B5 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 6 181 -
CMYK 0 0.97 0.12 0.20
HSL 307.24º 0.94% 0.41% -
HSV(B) 307.24º 0.97% 0.8% -
XYZ 33.58 16.45 45.12 -
YUV 85.45 181.93 213.27 -
System Red Green Blue C M Y K H S L
Decimal 205 6 181 0 0.97 0.12 0.20 307.24 0.94 0.41
Hex CD 6 B5 0 61 C 14 133 5E 29
Octal 315 6 265 0 141 14 24 463 136 51
Binary 11001101 110 10110101 0 1100001 1100 10100 100110011 1011110 101001

Color Harmonies of #CD06B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD06B5

Black with #CD06B5

Text Example


Text Example

White with #CD06B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD06B5; }

 p { color: rgb(205,6,181); }

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

background-color css

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

 a { background-color: rgb(205,6,181); }

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

border-color css

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

 span { border-color: rgb(205,6,181); }

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