Html Css Color HEX #C30370 Medium Violet Red

📋 copy color: '#C30370'

red 195 ◦ green 3 ◦ blue 112

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

Shades of Medium Violet Red #C30370

Tints of Medium Violet Red #C30370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 62.9%
G = 0.97%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C30370 (or 0xC30370) is known color: Medium Violet Red. HEX triplet: C3, 03 and 70. RGB value is (195,3,112). Sum of RGB (Red+Green+Blue) = 195+3+112=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C30370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30370 is #3CFC8F. Grayscale: #484848. Windows color (decimal): -3996816 or 7340995. OLE color: 7340995.

HSL color Cylindrical-coordinate representation of color #C30370: hue angle of 325.94º 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 #C30370 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 112 -
CMYK 0 0.98 0.43 0.24
HSL 325.94º 0.97% 0.39% -
HSV(B) 325.94º 0.98% 0.76% -
XYZ 25.46 12.84 16.47 -
YUV 72.83 150.11 215.14 -
System Red Green Blue C M Y K H S L
Decimal 195 3 112 0 0.98 0.43 0.24 325.94 0.97 0.39
Hex C3 3 70 0 62 2B 18 146 61 27
Octal 303 3 160 0 142 53 30 506 141 47
Binary 11000011 11 1110000 0 1100010 101011 11000 101000110 1100001 100111

Color Harmonies of #C30370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30370

Black with #C30370

Text Example


Text Example

White with #C30370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30370; }

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

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

background-color css

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

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

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

border-color css

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

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

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