Html Css Color HEX #C30195 Medium Violet Red

📋 copy color: '#C30195'

red 195 ◦ green 1 ◦ blue 149

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

Shades of Medium Violet Red #C30195

Tints of Medium Violet Red #C30195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 56.52%
G = 0.29%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C30195 (or 0xC30195) is known color: Medium Violet Red. HEX triplet: C3, 01 and 95. RGB value is (195,1,149). Sum of RGB (Red+Green+Blue) = 195+1+149=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C30195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30195 is #3CFE6A. Grayscale: #4B4B4B. Windows color (decimal): -3997291 or 9765315. OLE color: 9765315.

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

Color convert

RGB 195 1 149 -
CMYK 0 0.99 0.24 0.24
HSL 314.23º 0.99% 0.38% -
HSV(B) 314.23º 0.99% 0.76% -
XYZ 27.94 13.79 29.62 -
YUV 75.88 169.27 212.97 -
System Red Green Blue C M Y K H S L
Decimal 195 1 149 0 0.99 0.24 0.24 314.23 0.99 0.38
Hex C3 1 95 0 63 18 18 13A 63 26
Octal 303 1 225 0 143 30 30 472 143 46
Binary 11000011 1 10010101 0 1100011 11000 11000 100111010 1100011 100110

Color Harmonies of #C30195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30195

Black with #C30195

Text Example


Text Example

White with #C30195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30195; }

 p { color: rgb(195,1,149); }

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

background-color css

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

 a { background-color: rgb(195,1,149); }

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

border-color css

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

 span { border-color: rgb(195,1,149); }

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