Html Css Color HEX #CD13CC Deep Magenta

📋 copy color: '#CD13CC'

red 205 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #CD13CC

Tints of Deep Magenta #CD13CC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.44%

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

R = 47.9%
G = 4.44%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD13CC (or 0xCD13CC) is known color: Deep Magenta. HEX triplet: CD, 13 and CC. RGB value is (205,19,204). Sum of RGB (Red+Green+Blue) = 205+19+204=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD13CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD13CC is #32EC33. Grayscale: #5F5F5F. Windows color (decimal): -3337268 or 13374413. OLE color: 13374413.

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

Color convert

RGB 205 19 204 -
CMYK 0 0.91 0.00 0.20
HSL 300.32º 0.83% 0.44% -
HSV(B) 300.32º 0.91% 0.8% -
XYZ 36.31 17.8 58.65 -
YUV 95.7 189.12 205.96 -
System Red Green Blue C M Y K H S L
Decimal 205 19 204 0 0.91 0.00 0.20 300.32 0.83 0.44
Hex CD 13 CC 0 5B 0 14 12C 53 2C
Octal 315 23 314 0 133 0 24 454 123 54
Binary 11001101 10011 11001100 0 1011011 0 10100 100101100 1010011 101100

Color Harmonies of #CD13CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD13CC

Black with #CD13CC

Text Example


Text Example

White with #CD13CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD13CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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