Html Css Color HEX #C30892 Medium Violet Red

📋 copy color: '#C30892'

red 195 ◦ green 8 ◦ blue 146

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

Shades of Medium Violet Red #C30892

Tints of Medium Violet Red #C30892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 55.87%
G = 2.29%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C30892 (or 0xC30892) is known color: Medium Violet Red. HEX triplet: C3, 08 and 92. RGB value is (195,8,146). Sum of RGB (Red+Green+Blue) = 195+8+146=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C30892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30892 is #3CF76D. Grayscale: #4F4F4F. Windows color (decimal): -3995502 or 9570499. OLE color: 9570499.

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

Color convert

RGB 195 8 146 -
CMYK 0 0.96 0.25 0.24
HSL 315.72º 0.92% 0.4% -
HSV(B) 315.72º 0.96% 0.76% -
XYZ 27.78 13.85 28.4 -
YUV 79.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 195 8 146 0 0.96 0.25 0.24 315.72 0.92 0.4
Hex C3 8 92 0 60 19 18 13C 5C 28
Octal 303 10 222 0 140 31 30 474 134 50
Binary 11000011 1000 10010010 0 1100000 11001 11000 100111100 1011100 101000

Color Harmonies of #C30892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30892

Black with #C30892

Text Example


Text Example

White with #C30892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30892; }

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

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

background-color css

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

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

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

border-color css

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

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

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