Html Css Color HEX #C30EA6 Medium Violet Red

📋 copy color: '#C30EA6'

red 195 ◦ green 14 ◦ blue 166

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

Shades of Medium Violet Red #C30EA6

Tints of Medium Violet Red #C30EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.27%

R = 52%
G = 3.73%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C30EA6 (or 0xC30EA6) is known color: Medium Violet Red. HEX triplet: C3, 0E and A6. RGB value is (195,14,166). Sum of RGB (Red+Green+Blue) = 195+14+166=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C30EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30EA6 is #3CF159. Grayscale: #555555. Windows color (decimal): -3993946 or 10882755. OLE color: 10882755.

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

Color convert

RGB 195 14 166 -
CMYK 0 0.93 0.15 0.24
HSL 309.61º 0.87% 0.41% -
HSV(B) 309.61º 0.93% 0.76% -
XYZ 29.55 14.67 37.35 -
YUV 85.45 173.47 206.14 -
System Red Green Blue C M Y K H S L
Decimal 195 14 166 0 0.93 0.15 0.24 309.61 0.87 0.41
Hex C3 E A6 0 5D F 18 136 57 29
Octal 303 16 246 0 135 17 30 466 127 51
Binary 11000011 1110 10100110 0 1011101 1111 11000 100110110 1010111 101001

Color Harmonies of #C30EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30EA6

Black with #C30EA6

Text Example


Text Example

White with #C30EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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