Html Css Color HEX #C30470 Medium Violet Red

📋 copy color: '#C30470'

red 195 ◦ green 4 ◦ blue 112

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

Shades of Medium Violet Red #C30470

Tints of Medium Violet Red #C30470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.29%

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

R = 62.7%
G = 1.29%
B = 36.01%

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

#C30470 (or 0xC30470) is known color: Medium Violet Red. HEX triplet: C3, 04 and 70. RGB value is (195,4,112). Sum of RGB (Red+Green+Blue) = 195+4+112=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C30470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30470 is #3CFB8F. Grayscale: #494949. Windows color (decimal): -3996560 or 7341251. OLE color: 7341251.

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

Color convert

RGB 195 4 112 -
CMYK 0 0.98 0.43 0.24
HSL 326.07º 0.96% 0.39% -
HSV(B) 326.07º 0.98% 0.76% -
XYZ 25.47 12.86 16.47 -
YUV 73.42 149.78 214.72 -
System Red Green Blue C M Y K H S L
Decimal 195 4 112 0 0.98 0.43 0.24 326.07 0.96 0.39
Hex C3 4 70 0 62 2B 18 146 60 27
Octal 303 4 160 0 142 53 30 506 140 47
Binary 11000011 100 1110000 0 1100010 101011 11000 101000110 1100000 100111

Color Harmonies of #C30470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30470

Black with #C30470

Text Example


Text Example

White with #C30470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30470; }

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

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

background-color css

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

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

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

border-color css

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

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

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