Html Css Color HEX #C30278 Medium Violet Red

📋 copy color: '#C30278'

red 195 ◦ green 2 ◦ blue 120

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

Shades of Medium Violet Red #C30278

Tints of Medium Violet Red #C30278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 61.51%
G = 0.63%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C30278 (or 0xC30278) is known color: Medium Violet Red. HEX triplet: C3, 02 and 78. RGB value is (195,2,120). Sum of RGB (Red+Green+Blue) = 195+2+120=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C30278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30278 is #3CFD87. Grayscale: #484848. Windows color (decimal): -3997064 or 7865027. OLE color: 7865027.

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

Color convert

RGB 195 2 120 -
CMYK 0 0.99 0.38 0.24
HSL 323.32º 0.98% 0.39% -
HSV(B) 323.32º 0.99% 0.76% -
XYZ 25.92 13 18.91 -
YUV 73.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 195 2 120 0 0.99 0.38 0.24 323.32 0.98 0.39
Hex C3 2 78 0 63 26 18 143 62 27
Octal 303 2 170 0 143 46 30 503 142 47
Binary 11000011 10 1111000 0 1100011 100110 11000 101000011 1100010 100111

Color Harmonies of #C30278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30278

Black with #C30278

Text Example


Text Example

White with #C30278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30278; }

 p { color: rgb(195,2,120); }

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

background-color css

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

 a { background-color: rgb(195,2,120); }

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

border-color css

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

 span { border-color: rgb(195,2,120); }

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