Html Css Color HEX #C30E9F Medium Violet Red

📋 copy color: '#C30E9F'

red 195 ◦ green 14 ◦ blue 159

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

Shades of Medium Violet Red #C30E9F

Tints of Medium Violet Red #C30E9F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.8%

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 52.99%
G = 3.8%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C30E9F (or 0xC30E9F) is known color: Medium Violet Red. HEX triplet: C3, 0E and 9F. RGB value is (195,14,159). Sum of RGB (Red+Green+Blue) = 195+14+159=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30E9F is #3CF160. Grayscale: #545454. Windows color (decimal): -3993953 or 10424003. OLE color: 10424003.

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

Color convert

RGB 195 14 159 -
CMYK 0 0.93 0.18 0.24
HSL 311.93º 0.87% 0.41% -
HSV(B) 311.93º 0.93% 0.76% -
XYZ 28.92 14.42 34.06 -
YUV 84.65 169.97 206.71 -
System Red Green Blue C M Y K H S L
Decimal 195 14 159 0 0.93 0.18 0.24 311.93 0.87 0.41
Hex C3 E 9F 0 5D 12 18 138 57 29
Octal 303 16 237 0 135 22 30 470 127 51
Binary 11000011 1110 10011111 0 1011101 10010 11000 100111000 1010111 101001

Color Harmonies of #C30E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E9F

Black with #C30E9F

Text Example


Text Example

White with #C30E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E9F; }

 p { color: rgb(195,14,159); }

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

background-color css

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

 a { background-color: rgb(195,14,159); }

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

border-color css

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

 span { border-color: rgb(195,14,159); }

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