Html Css Color HEX #CC1CA9 Medium Violet Red

📋 copy color: '#CC1CA9'

red 204 ◦ green 28 ◦ blue 169

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

Shades of Medium Violet Red #CC1CA9

Tints of Medium Violet Red #CC1CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.14%

R = 50.87%
G = 6.98%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC1CA9 (or 0xCC1CA9) is known color: Medium Violet Red. HEX triplet: CC, 1C and A9. RGB value is (204,28,169). Sum of RGB (Red+Green+Blue) = 204+28+169=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1CA9 is #33E356. Grayscale: #606060. Windows color (decimal): -3400535 or 11082956. OLE color: 11082956.

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

Color convert

RGB 204 28 169 -
CMYK 0 0.86 0.17 0.2
HSL 311.93º 0.76% 0.45% -
HSV(B) 311.93º 0.86% 0.8% -
XYZ 32.48 16.53 39.02 -
YUV 96.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 204 28 169 0 0.86 0.17 0.2 311.93 0.76 0.45
Hex CC 1C A9 0 56 11 14 138 4C 2D
Octal 314 34 251 0 126 21 24 470 114 55
Binary 11001100 11100 10101001 0 1010110 10001 10100 100111000 1001100 101101

Color Harmonies of #CC1CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CA9

Black with #CC1CA9

Text Example


Text Example

White with #CC1CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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