Html Css Color HEX #CC1CA0 Medium Violet Red

📋 copy color: '#CC1CA0'

red 204 ◦ green 28 ◦ blue 160

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

Shades of Medium Violet Red #CC1CA0

Tints of Medium Violet Red #CC1CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.82%

R = 52.04%
G = 7.14%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC1CA0 (or 0xCC1CA0) is known color: Medium Violet Red. HEX triplet: CC, 1C and A0. RGB value is (204,28,160). Sum of RGB (Red+Green+Blue) = 204+28+160=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1CA0 is #33E35F. Grayscale: #5F5F5F. Windows color (decimal): -3400544 or 10493132. OLE color: 10493132.

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

Color convert

RGB 204 28 160 -
CMYK 0 0.86 0.22 0.2
HSL 315º 0.76% 0.45% -
HSV(B) 315º 0.86% 0.8% -
XYZ 31.66 16.21 34.72 -
YUV 95.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 204 28 160 0 0.86 0.22 0.2 315 0.76 0.45
Hex CC 1C A0 0 56 16 14 13B 4C 2D
Octal 314 34 240 0 126 26 24 473 114 55
Binary 11001100 11100 10100000 0 1010110 10110 10100 100111011 1001100 101101

Color Harmonies of #CC1CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CA0

Black with #CC1CA0

Text Example


Text Example

White with #CC1CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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