Html Css Color HEX #CC2275 Medium Violet Red

📋 copy color: '#CC2275'

red 204 ◦ green 34 ◦ blue 117

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

Shades of Medium Violet Red #CC2275

Tints of Medium Violet Red #CC2275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.58%

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

R = 57.46%
G = 9.58%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC2275 (or 0xCC2275) is known color: Medium Violet Red. HEX triplet: CC, 22 and 75. RGB value is (204,34,117). Sum of RGB (Red+Green+Blue) = 204+34+117=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2275 is #33DD8A. Grayscale: #5E5E5E. Windows color (decimal): -3399051 or 7676620. OLE color: 7676620.

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

Color convert

RGB 204 34 117 -
CMYK 0 0.83 0.43 0.2
HSL 330.71º 0.71% 0.47% -
HSV(B) 330.71º 0.83% 0.8% -
XYZ 28.68 15.27 18.26 -
YUV 94.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 204 34 117 0 0.83 0.43 0.2 330.71 0.71 0.47
Hex CC 22 75 0 53 2B 14 14B 47 2F
Octal 314 42 165 0 123 53 24 513 107 57
Binary 11001100 100010 1110101 0 1010011 101011 10100 101001011 1000111 101111

Color Harmonies of #CC2275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2275

Black with #CC2275

Text Example


Text Example

White with #CC2275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2275; }

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

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

background-color css

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

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

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

border-color css

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

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

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