Html Css Color HEX #C30385 Medium Violet Red

📋 copy color: '#C30385'

red 195 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #C30385

Tints of Medium Violet Red #C30385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 58.91%
G = 0.91%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C30385 (or 0xC30385) is known color: Medium Violet Red. HEX triplet: C3, 03 and 85. RGB value is (195,3,133). Sum of RGB (Red+Green+Blue) = 195+3+133=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C30385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30385 is #3CFC7A. Grayscale: #4A4A4A. Windows color (decimal): -3996795 or 8717251. OLE color: 8717251.

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

Color convert

RGB 195 3 133 -
CMYK 0 0.98 0.32 0.24
HSL 319.38º 0.97% 0.39% -
HSV(B) 319.38º 0.98% 0.76% -
XYZ 26.77 13.36 23.36 -
YUV 75.23 160.61 213.43 -
System Red Green Blue C M Y K H S L
Decimal 195 3 133 0 0.98 0.32 0.24 319.38 0.97 0.39
Hex C3 3 85 0 62 20 18 13F 61 27
Octal 303 3 205 0 142 40 30 477 141 47
Binary 11000011 11 10000101 0 1100010 100000 11000 100111111 1100001 100111

Color Harmonies of #C30385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30385

Black with #C30385

Text Example


Text Example

White with #C30385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30385; }

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

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

background-color css

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

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

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

border-color css

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

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

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