Html Css Color HEX #C30372 Medium Violet Red

📋 copy color: '#C30372'

red 195 ◦ green 3 ◦ blue 114

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

Shades of Medium Violet Red #C30372

Tints of Medium Violet Red #C30372

RGB

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

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

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

R = 62.5%
G = 0.96%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C30372 (or 0xC30372) is known color: Medium Violet Red. HEX triplet: C3, 03 and 72. RGB value is (195,3,114). Sum of RGB (Red+Green+Blue) = 195+3+114=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C30372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30372 is #3CFC8D. Grayscale: #484848. Windows color (decimal): -3996814 or 7472067. OLE color: 7472067.

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

Color convert

RGB 195 3 114 -
CMYK 0 0.98 0.42 0.24
HSL 325.31º 0.97% 0.39% -
HSV(B) 325.31º 0.98% 0.76% -
XYZ 25.58 12.88 17.06 -
YUV 73.06 151.11 214.97 -
System Red Green Blue C M Y K H S L
Decimal 195 3 114 0 0.98 0.42 0.24 325.31 0.97 0.39
Hex C3 3 72 0 62 2A 18 145 61 27
Octal 303 3 162 0 142 52 30 505 141 47
Binary 11000011 11 1110010 0 1100010 101010 11000 101000101 1100001 100111

Color Harmonies of #C30372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30372

Black with #C30372

Text Example


Text Example

White with #C30372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30372; }

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

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

background-color css

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

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

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

border-color css

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

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

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