Html Css Color HEX #C63275 Medium Red Violet

📋 copy color: '#C63275'

red 198 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #C63275

Tints of Medium Red Violet #C63275

RGB

 RED value IS 198 (77.73% from 255) = 54.25%

 GREEN value IS 50 (19.92% from 255) = 13.7%

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

R = 54.25%
G = 13.7%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C63275 (or 0xC63275) is known color: Medium Red Violet. HEX triplet: C6, 32 and 75. RGB value is (198,50,117). Sum of RGB (Red+Green+Blue) = 198+50+117=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C63275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63275 is #39CD8A. Grayscale: #656565. Windows color (decimal): -3788171 or 7680710. OLE color: 7680710.

HSL color Cylindrical-coordinate representation of color #C63275: hue angle of 332.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63275 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 50 117 -
CMYK 0 0.75 0.41 0.22
HSL 332.84º 0.6% 0.49% -
HSV(B) 332.84º 0.75% 0.78% -
XYZ 27.64 15.57 18.38 -
YUV 101.89 136.53 196.55 -
System Red Green Blue C M Y K H S L
Decimal 198 50 117 0 0.75 0.41 0.22 332.84 0.6 0.49
Hex C6 32 75 0 4B 29 16 14D 3C 31
Octal 306 62 165 0 113 51 26 515 74 61
Binary 11000110 110010 1110101 0 1001011 101001 10110 101001101 111100 110001

Color Harmonies of #C63275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63275

Black with #C63275

Text Example


Text Example

White with #C63275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63275; }

 p { color: rgb(198,50,117); }

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

background-color css

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

 a { background-color: rgb(198,50,117); }

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

border-color css

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

 span { border-color: rgb(198,50,117); }

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