Html Css Color HEX #CC1A6F Medium Violet Red

📋 copy color: '#CC1A6F'

red 204 ◦ green 26 ◦ blue 111

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

Shades of Medium Violet Red #CC1A6F

Tints of Medium Violet Red #CC1A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 59.82%
G = 7.62%
B = 32.55%

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

#CC1A6F (or 0xCC1A6F) is known color: Medium Violet Red. HEX triplet: CC, 1A and 6F. RGB value is (204,26,111). Sum of RGB (Red+Green+Blue) = 204+26+111=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1A6F is #33E590. Grayscale: #585858. Windows color (decimal): -3401105 or 7281356. OLE color: 7281356.

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

Color convert

RGB 204 26 111 -
CMYK 0 0.87 0.46 0.2
HSL 331.35º 0.77% 0.45% -
HSV(B) 331.35º 0.87% 0.8% -
XYZ 28.14 14.72 16.4 -
YUV 88.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 204 26 111 0 0.87 0.46 0.2 331.35 0.77 0.45
Hex CC 1A 6F 0 57 2E 14 14B 4D 2D
Octal 314 32 157 0 127 56 24 513 115 55
Binary 11001100 11010 1101111 0 1010111 101110 10100 101001011 1001101 101101

Color Harmonies of #CC1A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A6F

Black with #CC1A6F

Text Example


Text Example

White with #CC1A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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