Html Css Color HEX #CC2285 Medium Violet Red

📋 copy color: '#CC2285'

red 204 ◦ green 34 ◦ blue 133

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

Shades of Medium Violet Red #CC2285

Tints of Medium Violet Red #CC2285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 54.99%
G = 9.16%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC2285 (or 0xCC2285) is known color: Medium Violet Red. HEX triplet: CC, 22 and 85. RGB value is (204,34,133). Sum of RGB (Red+Green+Blue) = 204+34+133=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2285 is #33DD7A. Grayscale: #5F5F5F. Windows color (decimal): -3399035 or 8725196. OLE color: 8725196.

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

Color convert

RGB 204 34 133 -
CMYK 0 0.83 0.35 0.2
HSL 325.06º 0.71% 0.47% -
HSV(B) 325.06º 0.83% 0.8% -
XYZ 29.71 15.67 23.65 -
YUV 96.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 204 34 133 0 0.83 0.35 0.2 325.06 0.71 0.47
Hex CC 22 85 0 53 23 14 145 47 2F
Octal 314 42 205 0 123 43 24 505 107 57
Binary 11001100 100010 10000101 0 1010011 100011 10100 101000101 1000111 101111

Color Harmonies of #CC2285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2285

Black with #CC2285

Text Example


Text Example

White with #CC2285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2285; }

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

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

background-color css

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

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

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

border-color css

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

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

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