Html Css Color HEX #C30893 Medium Violet Red

📋 copy color: '#C30893'

red 195 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #C30893

Tints of Medium Violet Red #C30893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

 BLUE value IS 147 (57.81% from 255) = 42%

R = 55.71%
G = 2.29%
B = 42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C30893 (or 0xC30893) is known color: Medium Violet Red. HEX triplet: C3, 08 and 93. RGB value is (195,8,147). Sum of RGB (Red+Green+Blue) = 195+8+147=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C30893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30893 is #3CF76C. Grayscale: #4F4F4F. Windows color (decimal): -3995501 or 9636035. OLE color: 9636035.

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

Color convert

RGB 195 8 147 -
CMYK 0 0.96 0.25 0.24
HSL 315.4º 0.92% 0.4% -
HSV(B) 315.4º 0.96% 0.76% -
XYZ 27.86 13.88 28.81 -
YUV 79.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 195 8 147 0 0.96 0.25 0.24 315.4 0.92 0.4
Hex C3 8 93 0 60 19 18 13B 5C 28
Octal 303 10 223 0 140 31 30 473 134 50
Binary 11000011 1000 10010011 0 1100000 11001 11000 100111011 1011100 101000

Color Harmonies of #C30893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30893

Black with #C30893

Text Example


Text Example

White with #C30893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30893; }

 p { color: rgb(195,8,147); }

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

background-color css

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

 a { background-color: rgb(195,8,147); }

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

border-color css

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

 span { border-color: rgb(195,8,147); }

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