Html Css Color HEX #C30289 Medium Violet Red

📋 copy color: '#C30289'

red 195 ◦ green 2 ◦ blue 137

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

Shades of Medium Violet Red #C30289

Tints of Medium Violet Red #C30289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 58.38%
G = 0.6%
B = 41.02%

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

#C30289 (or 0xC30289) is known color: Medium Violet Red. HEX triplet: C3, 02 and 89. RGB value is (195,2,137). Sum of RGB (Red+Green+Blue) = 195+2+137=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C30289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30289 is #3CFD76. Grayscale: #4A4A4A. Windows color (decimal): -3997047 or 8979139. OLE color: 8979139.

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

Color convert

RGB 195 2 137 -
CMYK 0 0.99 0.30 0.24
HSL 318.03º 0.98% 0.39% -
HSV(B) 318.03º 0.99% 0.76% -
XYZ 27.04 13.45 24.84 -
YUV 75.1 162.94 213.52 -
System Red Green Blue C M Y K H S L
Decimal 195 2 137 0 0.99 0.30 0.24 318.03 0.98 0.39
Hex C3 2 89 0 63 1E 18 13E 62 27
Octal 303 2 211 0 143 36 30 476 142 47
Binary 11000011 10 10001001 0 1100011 11110 11000 100111110 1100010 100111

Color Harmonies of #C30289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30289

Black with #C30289

Text Example


Text Example

White with #C30289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30289; }

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

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

background-color css

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

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

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

border-color css

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

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

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