Html Css Color HEX #C30875 Medium Violet Red

📋 copy color: '#C30875'

red 195 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #C30875

Tints of Medium Violet Red #C30875

RGB

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

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

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

R = 60.94%
G = 2.5%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C30875 (or 0xC30875) is known color: Medium Violet Red. HEX triplet: C3, 08 and 75. RGB value is (195,8,117). Sum of RGB (Red+Green+Blue) = 195+8+117=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C30875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30875 is #3CF78A. Grayscale: #4C4C4C. Windows color (decimal): -3995531 or 7669955. OLE color: 7669955.

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

Color convert

RGB 195 8 117 -
CMYK 0 0.96 0.4 0.24
HSL 325.03º 0.92% 0.4% -
HSV(B) 325.03º 0.96% 0.76% -
XYZ 25.8 13.06 17.99 -
YUV 76.34 150.95 212.64 -
System Red Green Blue C M Y K H S L
Decimal 195 8 117 0 0.96 0.4 0.24 325.03 0.92 0.4
Hex C3 8 75 0 60 28 18 145 5C 28
Octal 303 10 165 0 140 50 30 505 134 50
Binary 11000011 1000 1110101 0 1100000 101000 11000 101000101 1011100 101000

Color Harmonies of #C30875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30875

Black with #C30875

Text Example


Text Example

White with #C30875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30875; }

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

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

background-color css

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

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

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

border-color css

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

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

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