Html Css Color HEX #CC1CC3 Deep Magenta

📋 copy color: '#CC1CC3'

red 204 ◦ green 28 ◦ blue 195

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

Shades of Deep Magenta #CC1CC3

Tints of Deep Magenta #CC1CC3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.56%

 BLUE value IS 195 (76.56% from 255) = 45.67%

R = 47.78%
G = 6.56%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CC1CC3 (or 0xCC1CC3) is known color: Deep Magenta. HEX triplet: CC, 1C and C3. RGB value is (204,28,195). Sum of RGB (Red+Green+Blue) = 204+28+195=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CC3 is #33E33C. Grayscale: #636363. Windows color (decimal): -3400509 or 12786892. OLE color: 12786892.

HSL color Cylindrical-coordinate representation of color #CC1CC3: hue angle of 303.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1CC3 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 28 195 -
CMYK 0 0.86 0.04 0.2
HSL 303.07º 0.76% 0.45% -
HSV(B) 303.07º 0.86% 0.8% -
XYZ 35.17 17.61 53.17 -
YUV 99.66 181.81 202.42 -
System Red Green Blue C M Y K H S L
Decimal 204 28 195 0 0.86 0.04 0.2 303.07 0.76 0.45
Hex CC 1C C3 0 56 4 14 12F 4C 2D
Octal 314 34 303 0 126 4 24 457 114 55
Binary 11001100 11100 11000011 0 1010110 100 10100 100101111 1001100 101101

Color Harmonies of #CC1CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CC3

Black with #CC1CC3

Text Example


Text Example

White with #CC1CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CC3; }

 p { color: rgb(204,28,195); }

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

background-color css

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

 a { background-color: rgb(204,28,195); }

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

border-color css

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

 span { border-color: rgb(204,28,195); }

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