Html Css Color HEX #CC1CA8 Medium Violet Red

📋 copy color: '#CC1CA8'

red 204 ◦ green 28 ◦ blue 168

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

Shades of Medium Violet Red #CC1CA8

Tints of Medium Violet Red #CC1CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42%

R = 51%
G = 7%
B = 42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC1CA8 (or 0xCC1CA8) is known color: Medium Violet Red. HEX triplet: CC, 1C and A8. RGB value is (204,28,168). Sum of RGB (Red+Green+Blue) = 204+28+168=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1CA8 is #33E357. Grayscale: #606060. Windows color (decimal): -3400536 or 11017420. OLE color: 11017420.

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

Color convert

RGB 204 28 168 -
CMYK 0 0.86 0.18 0.2
HSL 312.27º 0.76% 0.45% -
HSV(B) 312.27º 0.86% 0.8% -
XYZ 32.38 16.5 38.52 -
YUV 96.58 168.31 204.62 -
System Red Green Blue C M Y K H S L
Decimal 204 28 168 0 0.86 0.18 0.2 312.27 0.76 0.45
Hex CC 1C A8 0 56 12 14 138 4C 2D
Octal 314 34 250 0 126 22 24 470 114 55
Binary 11001100 11100 10101000 0 1010110 10010 10100 100111000 1001100 101101

Color Harmonies of #CC1CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CA8

Black with #CC1CA8

Text Example


Text Example

White with #CC1CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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