Html Css Color HEX #C630AB Medium Red Violet

📋 copy color: '#C630AB'

red 198 ◦ green 48 ◦ blue 171

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

Shades of Medium Red Violet #C630AB

Tints of Medium Red Violet #C630AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.51%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 47.48%
G = 11.51%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C630AB (or 0xC630AB) is known color: Medium Red Violet. HEX triplet: C6, 30 and AB. RGB value is (198,48,171). Sum of RGB (Red+Green+Blue) = 198+48+171=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C630AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C630AB is #39CF54. Grayscale: #6A6A6A. Windows color (decimal): -3788629 or 11219142. OLE color: 11219142.

HSL color Cylindrical-coordinate representation of color #C630AB: hue angle of 310.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C630AB is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 171 -
CMYK 0 0.76 0.14 0.22
HSL 310.8º 0.61% 0.48% -
HSV(B) 310.8º 0.76% 0.78% -
XYZ 31.7 17.06 40.15 -
YUV 106.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 198 48 171 0 0.76 0.14 0.22 310.8 0.61 0.48
Hex C6 30 AB 0 4C E 16 137 3D 30
Octal 306 60 253 0 114 16 26 467 75 60
Binary 11000110 110000 10101011 0 1001100 1110 10110 100110111 111101 110000

Color Harmonies of #C630AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630AB

Black with #C630AB

Text Example


Text Example

White with #C630AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630AB; }

 p { color: rgb(198,48,171); }

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

background-color css

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

 a { background-color: rgb(198,48,171); }

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

border-color css

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

 span { border-color: rgb(198,48,171); }

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