Html Css Color HEX #C30198 Medium Violet Red

📋 copy color: '#C30198'

red 195 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #C30198

Tints of Medium Violet Red #C30198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 56.03%
G = 0.29%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C30198 (or 0xC30198) is known color: Medium Violet Red. HEX triplet: C3, 01 and 98. RGB value is (195,1,152). Sum of RGB (Red+Green+Blue) = 195+1+152=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C30198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30198 is #3CFE67. Grayscale: #4B4B4B. Windows color (decimal): -3997288 or 9961923. OLE color: 9961923.

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

Color convert

RGB 195 1 152 -
CMYK 0 0.99 0.22 0.24
HSL 313.3º 0.99% 0.38% -
HSV(B) 313.3º 0.99% 0.76% -
XYZ 28.18 13.89 30.9 -
YUV 76.22 170.77 212.72 -
System Red Green Blue C M Y K H S L
Decimal 195 1 152 0 0.99 0.22 0.24 313.3 0.99 0.38
Hex C3 1 98 0 63 16 18 139 63 26
Octal 303 1 230 0 143 26 30 471 143 46
Binary 11000011 1 10011000 0 1100011 10110 11000 100111001 1100011 100110

Color Harmonies of #C30198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30198

Black with #C30198

Text Example


Text Example

White with #C30198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30198; }

 p { color: rgb(195,1,152); }

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

background-color css

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

 a { background-color: rgb(195,1,152); }

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

border-color css

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

 span { border-color: rgb(195,1,152); }

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