Html Css Color HEX #CC0293 Medium Violet Red

📋 copy color: '#CC0293'

red 204 ◦ green 2 ◦ blue 147

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

Shades of Medium Violet Red #CC0293

Tints of Medium Violet Red #CC0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 57.79%
G = 0.57%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC0293 (or 0xCC0293) is known color: Medium Violet Red. HEX triplet: CC, 02 and 93. RGB value is (204,2,147). Sum of RGB (Red+Green+Blue) = 204+2+147=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0293 is #33FD6C. Grayscale: #4E4E4E. Windows color (decimal): -3407213 or 9634508. OLE color: 9634508.

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

Color convert

RGB 204 2 147 -
CMYK 0 0.99 0.28 0.2
HSL 316.93º 0.98% 0.4% -
HSV(B) 316.93º 0.99% 0.8% -
XYZ 30.19 14.99 28.91 -
YUV 78.93 166.42 217.21 -
System Red Green Blue C M Y K H S L
Decimal 204 2 147 0 0.99 0.28 0.2 316.93 0.98 0.4
Hex CC 2 93 0 63 1C 14 13D 62 28
Octal 314 2 223 0 143 34 24 475 142 50
Binary 11001100 10 10010011 0 1100011 11100 10100 100111101 1100010 101000

Color Harmonies of #CC0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0293

Black with #CC0293

Text Example


Text Example

White with #CC0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0293; }

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

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

background-color css

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

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

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

border-color css

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

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

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