Html Css Color HEX #C30175 Medium Violet Red

📋 copy color: '#C30175'

red 195 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #C30175

Tints of Medium Violet Red #C30175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 62.3%
G = 0.32%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C30175 (or 0xC30175) is known color: Medium Violet Red. HEX triplet: C3, 01 and 75. RGB value is (195,1,117). Sum of RGB (Red+Green+Blue) = 195+1+117=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C30175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30175 is #3CFE8A. Grayscale: #474747. Windows color (decimal): -3997323 or 7668163. OLE color: 7668163.

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

Color convert

RGB 195 1 117 -
CMYK 0 0.99 0.4 0.24
HSL 324.12º 0.99% 0.38% -
HSV(B) 324.12º 0.99% 0.76% -
XYZ 25.73 12.91 17.97 -
YUV 72.23 153.27 215.57 -
System Red Green Blue C M Y K H S L
Decimal 195 1 117 0 0.99 0.4 0.24 324.12 0.99 0.38
Hex C3 1 75 0 63 28 18 144 63 26
Octal 303 1 165 0 143 50 30 504 143 46
Binary 11000011 1 1110101 0 1100011 101000 11000 101000100 1100011 100110

Color Harmonies of #C30175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30175

Black with #C30175

Text Example


Text Example

White with #C30175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30175; }

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

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

background-color css

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

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

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

border-color css

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

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

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