Html Css Color HEX #C30C90 Medium Violet Red

📋 copy color: '#C30C90'

red 195 ◦ green 12 ◦ blue 144

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

Shades of Medium Violet Red #C30C90

Tints of Medium Violet Red #C30C90

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 55.56%
G = 3.42%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C30C90 (or 0xC30C90) is known color: Medium Violet Red. HEX triplet: C3, 0C and 90. RGB value is (195,12,144). Sum of RGB (Red+Green+Blue) = 195+12+144=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30C90 is #3CF36F. Grayscale: #515151. Windows color (decimal): -3994480 or 9440451. OLE color: 9440451.

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

Color convert

RGB 195 12 144 -
CMYK 0 0.94 0.26 0.24
HSL 316.72º 0.88% 0.41% -
HSV(B) 316.72º 0.94% 0.76% -
XYZ 27.67 13.88 27.61 -
YUV 81.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 195 12 144 0 0.94 0.26 0.24 316.72 0.88 0.41
Hex C3 C 90 0 5E 1A 18 13D 58 29
Octal 303 14 220 0 136 32 30 475 130 51
Binary 11000011 1100 10010000 0 1011110 11010 11000 100111101 1011000 101001

Color Harmonies of #C30C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C90

Black with #C30C90

Text Example


Text Example

White with #C30C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C90; }

 p { color: rgb(195,12,144); }

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

background-color css

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

 a { background-color: rgb(195,12,144); }

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

border-color css

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

 span { border-color: rgb(195,12,144); }

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