Html Css Color HEX #C30E8B Medium Violet Red

📋 copy color: '#C30E8B'

red 195 ◦ green 14 ◦ blue 139

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

Shades of Medium Violet Red #C30E8B

Tints of Medium Violet Red #C30E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 56.03%
G = 4.02%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C30E8B (or 0xC30E8B) is known color: Medium Violet Red. HEX triplet: C3, 0E and 8B. RGB value is (195,14,139). Sum of RGB (Red+Green+Blue) = 195+14+139=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30E8B is #3CF174. Grayscale: #525252. Windows color (decimal): -3993973 or 9113283. OLE color: 9113283.

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

Color convert

RGB 195 14 139 -
CMYK 0 0.93 0.29 0.24
HSL 318.56º 0.87% 0.41% -
HSV(B) 318.56º 0.93% 0.76% -
XYZ 27.32 13.78 25.65 -
YUV 82.37 159.97 208.34 -
System Red Green Blue C M Y K H S L
Decimal 195 14 139 0 0.93 0.29 0.24 318.56 0.87 0.41
Hex C3 E 8B 0 5D 1D 18 13F 57 29
Octal 303 16 213 0 135 35 30 477 127 51
Binary 11000011 1110 10001011 0 1011101 11101 11000 100111111 1010111 101001

Color Harmonies of #C30E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30E8B

Black with #C30E8B

Text Example


Text Example

White with #C30E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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