Html Css Color HEX #C30D92 Medium Violet Red

📋 copy color: '#C30D92'

red 195 ◦ green 13 ◦ blue 146

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

Shades of Medium Violet Red #C30D92

Tints of Medium Violet Red #C30D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.67%

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 55.08%
G = 3.67%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C30D92 (or 0xC30D92) is known color: Medium Violet Red. HEX triplet: C3, 0D and 92. RGB value is (195,13,146). Sum of RGB (Red+Green+Blue) = 195+13+146=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D92 is #3CF26D. Grayscale: #525252. Windows color (decimal): -3994222 or 9571779. OLE color: 9571779.

HSL color Cylindrical-coordinate representation of color #C30D92: hue angle of 316.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D92 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 13 146 -
CMYK 0 0.93 0.25 0.24
HSL 316.15º 0.88% 0.41% -
HSV(B) 316.15º 0.93% 0.76% -
XYZ 27.84 13.97 28.42 -
YUV 82.58 163.8 208.19 -
System Red Green Blue C M Y K H S L
Decimal 195 13 146 0 0.93 0.25 0.24 316.15 0.88 0.41
Hex C3 D 92 0 5D 19 18 13C 58 29
Octal 303 15 222 0 135 31 30 474 130 51
Binary 11000011 1101 10010010 0 1011101 11001 11000 100111100 1011000 101001

Color Harmonies of #C30D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D92

Black with #C30D92

Text Example


Text Example

White with #C30D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D92; }

 p { color: rgb(195,13,146); }

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

background-color css

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

 a { background-color: rgb(195,13,146); }

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

border-color css

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

 span { border-color: rgb(195,13,146); }

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