Html Css Color HEX #CD05CC Deep Magenta

📋 copy color: '#CD05CC'

red 205 ◦ green 5 ◦ blue 204

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

Shades of Deep Magenta #CD05CC

Tints of Deep Magenta #CD05CC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 49.52%
G = 1.21%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD05CC (or 0xCD05CC) is known color: Deep Magenta. HEX triplet: CD, 05 and CC. RGB value is (205,5,204). Sum of RGB (Red+Green+Blue) = 205+5+204=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD05CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD05CC is #32FA33. Grayscale: #565656. Windows color (decimal): -3340852 or 13370829. OLE color: 13370829.

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

Color convert

RGB 205 5 204 -
CMYK 0 0.98 0.00 0.20
HSL 300.3º 0.95% 0.41% -
HSV(B) 300.3º 0.98% 0.8% -
XYZ 36.13 17.45 58.59 -
YUV 87.49 193.76 211.82 -
System Red Green Blue C M Y K H S L
Decimal 205 5 204 0 0.98 0.00 0.20 300.3 0.95 0.41
Hex CD 5 CC 0 62 0 14 12C 5F 29
Octal 315 5 314 0 142 0 24 454 137 51
Binary 11001101 101 11001100 0 1100010 0 10100 100101100 1011111 101001

Color Harmonies of #CD05CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD05CC

Black with #CD05CC

Text Example


Text Example

White with #CD05CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD05CC; }

 p { color: rgb(205,5,204); }

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

background-color css

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

 a { background-color: rgb(205,5,204); }

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

border-color css

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

 span { border-color: rgb(205,5,204); }

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