Html Css Color HEX #C30189 Medium Violet Red

📋 copy color: '#C30189'

red 195 ◦ green 1 ◦ blue 137

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

Shades of Medium Violet Red #C30189

Tints of Medium Violet Red #C30189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 58.56%
G = 0.3%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C30189 (or 0xC30189) is known color: Medium Violet Red. HEX triplet: C3, 01 and 89. RGB value is (195,1,137). Sum of RGB (Red+Green+Blue) = 195+1+137=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C30189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30189 is #3CFE76. Grayscale: #4A4A4A. Windows color (decimal): -3997303 or 8978883. OLE color: 8978883.

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

Color convert

RGB 195 1 137 -
CMYK 0 0.99 0.30 0.24
HSL 317.94º 0.99% 0.38% -
HSV(B) 317.94º 0.99% 0.76% -
XYZ 27.03 13.43 24.83 -
YUV 74.51 163.27 213.94 -
System Red Green Blue C M Y K H S L
Decimal 195 1 137 0 0.99 0.30 0.24 317.94 0.99 0.38
Hex C3 1 89 0 63 1E 18 13E 63 26
Octal 303 1 211 0 143 36 30 476 143 46
Binary 11000011 1 10001001 0 1100011 11110 11000 100111110 1100011 100110

Color Harmonies of #C30189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30189

Black with #C30189

Text Example


Text Example

White with #C30189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30189; }

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

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

background-color css

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

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

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

border-color css

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

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

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