Html Css Color HEX #C30185 Medium Violet Red

📋 copy color: '#C30185'

red 195 ◦ green 1 ◦ blue 133

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

Shades of Medium Violet Red #C30185

Tints of Medium Violet Red #C30185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 59.27%
G = 0.3%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C30185 (or 0xC30185) is known color: Medium Violet Red. HEX triplet: C3, 01 and 85. RGB value is (195,1,133). Sum of RGB (Red+Green+Blue) = 195+1+133=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C30185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30185 is #3CFE7A. Grayscale: #494949. Windows color (decimal): -3997307 or 8716739. OLE color: 8716739.

HSL color Cylindrical-coordinate representation of color #C30185: hue angle of 319.18º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30185 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 133 -
CMYK 0 0.99 0.32 0.24
HSL 319.18º 0.99% 0.38% -
HSV(B) 319.18º 0.99% 0.76% -
XYZ 26.75 13.32 23.35 -
YUV 74.05 161.27 214.27 -
System Red Green Blue C M Y K H S L
Decimal 195 1 133 0 0.99 0.32 0.24 319.18 0.99 0.38
Hex C3 1 85 0 63 20 18 13F 63 26
Octal 303 1 205 0 143 40 30 477 143 46
Binary 11000011 1 10000101 0 1100011 100000 11000 100111111 1100011 100110

Color Harmonies of #C30185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30185

Black with #C30185

Text Example


Text Example

White with #C30185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30185; }

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

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

background-color css

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

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

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

border-color css

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

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

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