Html Css Color HEX #C30071 Medium Violet Red

📋 copy color: '#C30071'

red 195 ◦ green 0 ◦ blue 113

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

Shades of Medium Violet Red #C30071

Tints of Medium Violet Red #C30071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.69%

R = 63.31%
G = 0%
B = 36.69%

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

#C30071 (or 0xC30071) is known color: Medium Violet Red. HEX triplet: C3, 00 and 71. RGB value is (195,0,113). Sum of RGB (Red+Green+Blue) = 195+0+113=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C30071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30071 is #3CFF8E. Grayscale: #464646. Windows color (decimal): -3997583 or 7405763. OLE color: 7405763.

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

Color convert

RGB 195 0 113 -
CMYK 0 1 0.42 0.24
HSL 325.23º 1% 0.38% -
HSV(B) 325.23º 1% 0.76% -
XYZ 25.49 12.79 16.75 -
YUV 71.19 151.6 216.31 -
System Red Green Blue C M Y K H S L
Decimal 195 0 113 0 1 0.42 0.24 325.23 1 0.38
Hex C3 0 71 0 64 2A 18 145 64 26
Octal 303 0 161 0 144 52 30 505 144 46
Binary 11000011 0 1110001 0 1100100 101010 11000 101000101 1100100 100110

Color Harmonies of #C30071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30071

Black with #C30071

Text Example


Text Example

White with #C30071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30071; }

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

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

background-color css

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

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

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

border-color css

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

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

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