Html Css Color HEX #CC0893 Medium Violet Red

📋 copy color: '#CC0893'

red 204 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #CC0893

Tints of Medium Violet Red #CC0893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.23%

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 56.82%
G = 2.23%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC0893 (or 0xCC0893) is known color: Medium Violet Red. HEX triplet: CC, 08 and 93. RGB value is (204,8,147). Sum of RGB (Red+Green+Blue) = 204+8+147=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0893 is #33F76C. Grayscale: #525252. Windows color (decimal): -3405677 or 9636044. OLE color: 9636044.

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

Color convert

RGB 204 8 147 -
CMYK 0 0.96 0.28 0.2
HSL 317.45º 0.92% 0.42% -
HSV(B) 317.45º 0.96% 0.8% -
XYZ 30.26 15.12 28.93 -
YUV 82.45 164.43 214.7 -
System Red Green Blue C M Y K H S L
Decimal 204 8 147 0 0.96 0.28 0.2 317.45 0.92 0.42
Hex CC 8 93 0 60 1C 14 13D 5C 2A
Octal 314 10 223 0 140 34 24 475 134 52
Binary 11001100 1000 10010011 0 1100000 11100 10100 100111101 1011100 101010

Color Harmonies of #CC0893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0893

Black with #CC0893

Text Example


Text Example

White with #CC0893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0893; }

 p { color: rgb(204,8,147); }

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

background-color css

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

 a { background-color: rgb(204,8,147); }

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

border-color css

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

 span { border-color: rgb(204,8,147); }

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