Html Css Color HEX #C30070 Medium Violet Red

📋 copy color: '#C30070'

red 195 ◦ green 0 ◦ blue 112

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

Shades of Medium Violet Red #C30070

Tints of Medium Violet Red #C30070

RGB

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

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

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

R = 63.52%
G = 0%
B = 36.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C30070 (or 0xC30070) is known color: Medium Violet Red. HEX triplet: C3, 00 and 70. RGB value is (195,0,112). Sum of RGB (Red+Green+Blue) = 195+0+112=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C30070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30070 is #3CFF8F. Grayscale: #464646. Windows color (decimal): -3997584 or 7340227. OLE color: 7340227.

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

Color convert

RGB 195 0 112 -
CMYK 0 1 0.43 0.24
HSL 325.54º 1% 0.38% -
HSV(B) 325.54º 1% 0.76% -
XYZ 25.43 12.77 16.45 -
YUV 71.07 151.1 216.39 -
System Red Green Blue C M Y K H S L
Decimal 195 0 112 0 1 0.43 0.24 325.54 1 0.38
Hex C3 0 70 0 64 2B 18 146 64 26
Octal 303 0 160 0 144 53 30 506 144 46
Binary 11000011 0 1110000 0 1100100 101011 11000 101000110 1100100 100110

Color Harmonies of #C30070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30070

Black with #C30070

Text Example


Text Example

White with #C30070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30070; }

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

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

background-color css

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

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

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

border-color css

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

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

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