Html Css Color HEX #CC13B4 Deep Magenta

📋 copy color: '#CC13B4'

red 204 ◦ green 19 ◦ blue 180

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

Shades of Deep Magenta #CC13B4

Tints of Deep Magenta #CC13B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 50.62%
G = 4.71%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC13B4 (or 0xCC13B4) is known color: Deep Magenta. HEX triplet: CC, 13 and B4. RGB value is (204,19,180). Sum of RGB (Red+Green+Blue) = 204+19+180=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC13B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC13B4 is #33EC4B. Grayscale: #5C5C5C. Windows color (decimal): -3402828 or 11801548. OLE color: 11801548.

HSL color Cylindrical-coordinate representation of color #CC13B4: hue angle of 307.78º 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 #CC13B4 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 19 180 -
CMYK 0 0.91 0.12 0.2
HSL 307.78º 0.83% 0.44% -
HSV(B) 307.78º 0.91% 0.8% -
XYZ 33.37 16.6 44.62 -
YUV 92.67 177.29 207.41 -
System Red Green Blue C M Y K H S L
Decimal 204 19 180 0 0.91 0.12 0.2 307.78 0.83 0.44
Hex CC 13 B4 0 5B C 14 134 53 2C
Octal 314 23 264 0 133 14 24 464 123 54
Binary 11001100 10011 10110100 0 1011011 1100 10100 100110100 1010011 101100

Color Harmonies of #CC13B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13B4

Black with #CC13B4

Text Example


Text Example

White with #CC13B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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