Html Css Color HEX #CC13DA Deep Magenta

📋 copy color: '#CC13DA'

red 204 ◦ green 19 ◦ blue 218

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

Shades of Deep Magenta #CC13DA

Tints of Deep Magenta #CC13DA

RGB

 RED value IS 204 (80.08% from 255) = 46.26%

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

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 46.26%
G = 4.31%
B = 49.43%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC13DA (or 0xCC13DA) is known color: Deep Magenta. HEX triplet: CC, 13 and DA. RGB value is (204,19,218). Sum of RGB (Red+Green+Blue) = 204+19+218=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13DA is #33EC25. Grayscale: #606060. Windows color (decimal): -3402790 or 14291916. OLE color: 14291916.

HSL color Cylindrical-coordinate representation of color #CC13DA: hue angle of 295.78º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC13DA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 19 218 -
CMYK 0.06 0.91 0 0.15
HSL 295.78º 0.84% 0.46% -
HSV(B) 295.78º 0.91% 0.85% -
XYZ 37.79 18.37 67.88 -
YUV 97 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 204 19 218 0.06 0.91 0 0.15 295.78 0.84 0.46
Hex CC 13 DA 6 5B 0 F 128 54 2E
Octal 314 23 332 6 133 0 17 450 124 56
Binary 11001100 10011 11011010 110 1011011 0 1111 100101000 1010100 101110

Color Harmonies of #CC13DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13DA

Black with #CC13DA

Text Example


Text Example

White with #CC13DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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