Html Css Color HEX #CC1A6E Medium Violet Red

📋 copy color: '#CC1A6E'

red 204 ◦ green 26 ◦ blue 110

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

Shades of Medium Violet Red #CC1A6E

Tints of Medium Violet Red #CC1A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.65%

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 60%
G = 7.65%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC1A6E (or 0xCC1A6E) is known color: Medium Violet Red. HEX triplet: CC, 1A and 6E. RGB value is (204,26,110). Sum of RGB (Red+Green+Blue) = 204+26+110=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1A6E is #33E591. Grayscale: #585858. Windows color (decimal): -3401106 or 7215820. OLE color: 7215820.

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

Color convert

RGB 204 26 110 -
CMYK 0 0.87 0.46 0.2
HSL 331.69º 0.77% 0.45% -
HSV(B) 331.69º 0.87% 0.8% -
XYZ 28.09 14.7 16.11 -
YUV 88.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 204 26 110 0 0.87 0.46 0.2 331.69 0.77 0.45
Hex CC 1A 6E 0 57 2E 14 14C 4D 2D
Octal 314 32 156 0 127 56 24 514 115 55
Binary 11001100 11010 1101110 0 1010111 101110 10100 101001100 1001101 101101

Color Harmonies of #CC1A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A6E

Black with #CC1A6E

Text Example


Text Example

White with #CC1A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A6E; }

 p { color: rgb(204,26,110); }

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

background-color css

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

 a { background-color: rgb(204,26,110); }

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

border-color css

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

 span { border-color: rgb(204,26,110); }

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