Html Css Color HEX #C30282 Medium Violet Red

📋 copy color: '#C30282'

red 195 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #C30282

Tints of Medium Violet Red #C30282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 59.63%
G = 0.61%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C30282 (or 0xC30282) is known color: Medium Violet Red. HEX triplet: C3, 02 and 82. RGB value is (195,2,130). Sum of RGB (Red+Green+Blue) = 195+2+130=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C30282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30282 is #3CFD7D. Grayscale: #494949. Windows color (decimal): -3997054 or 8520387. OLE color: 8520387.

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

Color convert

RGB 195 2 130 -
CMYK 0 0.99 0.33 0.24
HSL 320.21º 0.98% 0.39% -
HSV(B) 320.21º 0.99% 0.76% -
XYZ 26.56 13.26 22.28 -
YUV 74.3 159.44 214.09 -
System Red Green Blue C M Y K H S L
Decimal 195 2 130 0 0.99 0.33 0.24 320.21 0.98 0.39
Hex C3 2 82 0 63 21 18 140 62 27
Octal 303 2 202 0 143 41 30 500 142 47
Binary 11000011 10 10000010 0 1100011 100001 11000 101000000 1100010 100111

Color Harmonies of #C30282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30282

Black with #C30282

Text Example


Text Example

White with #C30282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30282; }

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

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

background-color css

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

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

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

border-color css

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

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

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