Html Css Color HEX #C30381 Medium Violet Red

📋 copy color: '#C30381'

red 195 ◦ green 3 ◦ blue 129

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

Shades of Medium Violet Red #C30381

Tints of Medium Violet Red #C30381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 59.63%
G = 0.92%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C30381 (or 0xC30381) is known color: Medium Violet Red. HEX triplet: C3, 03 and 81. RGB value is (195,3,129). Sum of RGB (Red+Green+Blue) = 195+3+129=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C30381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30381 is #3CFC7E. Grayscale: #4A4A4A. Windows color (decimal): -3996799 or 8455107. OLE color: 8455107.

HSL color Cylindrical-coordinate representation of color #C30381: hue angle of 320.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30381 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 129 -
CMYK 0 0.98 0.34 0.24
HSL 320.63º 0.97% 0.39% -
HSV(B) 320.63º 0.98% 0.76% -
XYZ 26.5 13.25 21.93 -
YUV 74.77 158.61 213.75 -
System Red Green Blue C M Y K H S L
Decimal 195 3 129 0 0.98 0.34 0.24 320.63 0.97 0.39
Hex C3 3 81 0 62 22 18 141 61 27
Octal 303 3 201 0 142 42 30 501 141 47
Binary 11000011 11 10000001 0 1100010 100010 11000 101000001 1100001 100111

Color Harmonies of #C30381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30381

Black with #C30381

Text Example


Text Example

White with #C30381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30381; }

 p { color: rgb(195,3,129); }

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

background-color css

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

 a { background-color: rgb(195,3,129); }

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

border-color css

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

 span { border-color: rgb(195,3,129); }

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