Html Css Color HEX #CC13D7 Deep Magenta

📋 copy color: '#CC13D7'

red 204 ◦ green 19 ◦ blue 215

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

Shades of Deep Magenta #CC13D7

Tints of Deep Magenta #CC13D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.09%

R = 46.58%
G = 4.34%
B = 49.09%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC13D7 (or 0xCC13D7) is known color: Deep Magenta. HEX triplet: CC, 13 and D7. RGB value is (204,19,215). Sum of RGB (Red+Green+Blue) = 204+19+215=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC13D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13D7 is #33EC28. Grayscale: #606060. Windows color (decimal): -3402793 or 14095308. OLE color: 14095308.

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

Color convert

RGB 204 19 215 -
CMYK 0.05 0.91 0 0.16
HSL 296.63º 0.84% 0.46% -
HSV(B) 296.63º 0.91% 0.84% -
XYZ 37.4 18.21 65.83 -
YUV 96.66 194.79 204.56 -
System Red Green Blue C M Y K H S L
Decimal 204 19 215 0.05 0.91 0 0.16 296.63 0.84 0.46
Hex CC 13 D7 5 5B 0 10 129 54 2E
Octal 314 23 327 5 133 0 20 451 124 56
Binary 11001100 10011 11010111 101 1011011 0 10000 100101001 1010100 101110

Color Harmonies of #CC13D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13D7

Black with #CC13D7

Text Example


Text Example

White with #CC13D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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