Html Css Color HEX #CC2175 Medium Violet Red

📋 copy color: '#CC2175'

red 204 ◦ green 33 ◦ blue 117

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

Shades of Medium Violet Red #CC2175

Tints of Medium Violet Red #CC2175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.32%

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

R = 57.63%
G = 9.32%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC2175 (or 0xCC2175) is known color: Medium Violet Red. HEX triplet: CC, 21 and 75. RGB value is (204,33,117). Sum of RGB (Red+Green+Blue) = 204+33+117=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2175 is #33DE8A. Grayscale: #5D5D5D. Windows color (decimal): -3399307 or 7676364. OLE color: 7676364.

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

Color convert

RGB 204 33 117 -
CMYK 0 0.84 0.43 0.2
HSL 330.53º 0.72% 0.46% -
HSV(B) 330.53º 0.84% 0.8% -
XYZ 28.66 15.21 18.25 -
YUV 93.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 204 33 117 0 0.84 0.43 0.2 330.53 0.72 0.46
Hex CC 21 75 0 54 2B 14 14B 48 2E
Octal 314 41 165 0 124 53 24 513 110 56
Binary 11001100 100001 1110101 0 1010100 101011 10100 101001011 1001000 101110

Color Harmonies of #CC2175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2175

Black with #CC2175

Text Example


Text Example

White with #CC2175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2175; }

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

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

background-color css

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

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

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

border-color css

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

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

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