Html Css Color HEX #CC0392 Medium Violet Red

📋 copy color: '#CC0392'

red 204 ◦ green 3 ◦ blue 146

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

Shades of Medium Violet Red #CC0392

Tints of Medium Violet Red #CC0392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 57.79%
G = 0.85%
B = 41.36%

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

#CC0392 (or 0xCC0392) is known color: Medium Violet Red. HEX triplet: CC, 03 and 92. RGB value is (204,3,146). Sum of RGB (Red+Green+Blue) = 204+3+146=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0392 is #33FC6D. Grayscale: #4F4F4F. Windows color (decimal): -3406958 or 9569228. OLE color: 9569228.

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

Color convert

RGB 204 3 146 -
CMYK 0 0.99 0.28 0.2
HSL 317.31º 0.97% 0.41% -
HSV(B) 317.31º 0.99% 0.8% -
XYZ 30.12 14.98 28.5 -
YUV 79.4 165.59 216.87 -
System Red Green Blue C M Y K H S L
Decimal 204 3 146 0 0.99 0.28 0.2 317.31 0.97 0.41
Hex CC 3 92 0 63 1C 14 13D 61 29
Octal 314 3 222 0 143 34 24 475 141 51
Binary 11001100 11 10010010 0 1100011 11100 10100 100111101 1100001 101001

Color Harmonies of #CC0392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0392

Black with #CC0392

Text Example


Text Example

White with #CC0392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0392; }

 p { color: rgb(204,3,146); }

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

background-color css

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

 a { background-color: rgb(204,3,146); }

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

border-color css

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

 span { border-color: rgb(204,3,146); }

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