Html Css Color HEX #C30281 Medium Violet Red

📋 copy color: '#C30281'

red 195 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #C30281

Tints of Medium Violet Red #C30281

RGB

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

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

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

R = 59.82%
G = 0.61%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C30281 (or 0xC30281) is known color: Medium Violet Red. HEX triplet: C3, 02 and 81. RGB value is (195,2,129). Sum of RGB (Red+Green+Blue) = 195+2+129=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C30281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30281 is #3CFD7E. Grayscale: #494949. Windows color (decimal): -3997055 or 8454851. OLE color: 8454851.

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

Color convert

RGB 195 2 129 -
CMYK 0 0.99 0.34 0.24
HSL 320.52º 0.98% 0.39% -
HSV(B) 320.52º 0.99% 0.76% -
XYZ 26.49 13.23 21.93 -
YUV 74.19 158.94 214.17 -
System Red Green Blue C M Y K H S L
Decimal 195 2 129 0 0.99 0.34 0.24 320.52 0.98 0.39
Hex C3 2 81 0 63 22 18 141 62 27
Octal 303 2 201 0 143 42 30 501 142 47
Binary 11000011 10 10000001 0 1100011 100010 11000 101000001 1100010 100111

Color Harmonies of #C30281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30281

Black with #C30281

Text Example


Text Example

White with #C30281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30281; }

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

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

background-color css

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

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

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

border-color css

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

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

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