Html Css Color HEX #C30072 Medium Violet Red

📋 copy color: '#C30072'

red 195 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #C30072

Tints of Medium Violet Red #C30072

RGB

 RED value IS 195 (76.56% from 255) = 63.11%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 63.11%
G = 0%
B = 36.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C30072 (or 0xC30072) is known color: Medium Violet Red. HEX triplet: C3, 00 and 72. RGB value is (195,0,114). Sum of RGB (Red+Green+Blue) = 195+0+114=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C30072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30072 is #3CFF8D. Grayscale: #474747. Windows color (decimal): -3997582 or 7471299. OLE color: 7471299.

HSL color Cylindrical-coordinate representation of color #C30072: hue angle of 324.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30072 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 0 114 -
CMYK 0 1 0.42 0.24
HSL 324.92º 1% 0.38% -
HSV(B) 324.92º 1% 0.76% -
XYZ 25.54 12.82 17.05 -
YUV 71.3 152.1 216.23 -
System Red Green Blue C M Y K H S L
Decimal 195 0 114 0 1 0.42 0.24 324.92 1 0.38
Hex C3 0 72 0 64 2A 18 145 64 26
Octal 303 0 162 0 144 52 30 505 144 46
Binary 11000011 0 1110010 0 1100100 101010 11000 101000101 1100100 100110

Color Harmonies of #C30072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30072

Black with #C30072

Text Example


Text Example

White with #C30072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30072; }

 p { color: rgb(195,0,114); }

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

background-color css

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

 a { background-color: rgb(195,0,114); }

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

border-color css

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

 span { border-color: rgb(195,0,114); }

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