Html Css Color HEX #CC1175 Medium Violet Red

📋 copy color: '#CC1175'

red 204 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #CC1175

Tints of Medium Violet Red #CC1175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.03%

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 60.36%
G = 5.03%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC1175 (or 0xCC1175) is known color: Medium Violet Red. HEX triplet: CC, 11 and 75. RGB value is (204,17,117). Sum of RGB (Red+Green+Blue) = 204+17+117=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1175 is #33EE8A. Grayscale: #545454. Windows color (decimal): -3403403 or 7672268. OLE color: 7672268.

HSL color Cylindrical-coordinate representation of color #CC1175: hue angle of 327.91º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1175 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 117 -
CMYK 0 0.92 0.43 0.2
HSL 327.91º 0.85% 0.43% -
HSV(B) 327.91º 0.92% 0.8% -
XYZ 28.31 14.52 18.14 -
YUV 84.31 146.45 213.37 -
System Red Green Blue C M Y K H S L
Decimal 204 17 117 0 0.92 0.43 0.2 327.91 0.85 0.43
Hex CC 11 75 0 5C 2B 14 148 55 2B
Octal 314 21 165 0 134 53 24 510 125 53
Binary 11001100 10001 1110101 0 1011100 101011 10100 101001000 1010101 101011

Color Harmonies of #CC1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1175

Black with #CC1175

Text Example


Text Example

White with #CC1175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1175; }

 p { color: rgb(204,17,117); }

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

background-color css

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

 a { background-color: rgb(204,17,117); }

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

border-color css

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

 span { border-color: rgb(204,17,117); }

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