Html Css Color HEX #CC1CAF Deep Magenta

📋 copy color: '#CC1CAF'

red 204 ◦ green 28 ◦ blue 175

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

Shades of Deep Magenta #CC1CAF

Tints of Deep Magenta #CC1CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43%

R = 50.12%
G = 6.88%
B = 43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC1CAF (or 0xCC1CAF) is known color: Deep Magenta. HEX triplet: CC, 1C and AF. RGB value is (204,28,175). Sum of RGB (Red+Green+Blue) = 204+28+175=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1CAF is #33E350. Grayscale: #606060. Windows color (decimal): -3400529 or 11476172. OLE color: 11476172.

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

Color convert

RGB 204 28 175 -
CMYK 0 0.86 0.14 0.2
HSL 309.89º 0.76% 0.45% -
HSV(B) 309.89º 0.86% 0.8% -
XYZ 33.05 16.76 42.05 -
YUV 97.38 171.81 204.05 -
System Red Green Blue C M Y K H S L
Decimal 204 28 175 0 0.86 0.14 0.2 309.89 0.76 0.45
Hex CC 1C AF 0 56 E 14 136 4C 2D
Octal 314 34 257 0 126 16 24 466 114 55
Binary 11001100 11100 10101111 0 1010110 1110 10100 100110110 1001100 101101

Color Harmonies of #CC1CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CAF

Black with #CC1CAF

Text Example


Text Example

White with #CC1CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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