Html Css Color HEX #C605A4 Medium Violet Red

📋 copy color: '#C605A4'

red 198 ◦ green 5 ◦ blue 164

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

Shades of Medium Violet Red #C605A4

Tints of Medium Violet Red #C605A4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

 BLUE value IS 164 (64.45% from 255) = 44.69%

R = 53.95%
G = 1.36%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C605A4 (or 0xC605A4) is known color: Medium Violet Red. HEX triplet: C6, 05 and A4. RGB value is (198,5,164). Sum of RGB (Red+Green+Blue) = 198+5+164=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C605A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C605A4 is #39FA5B. Grayscale: #505050. Windows color (decimal): -3799644 or 10749382. OLE color: 10749382.

HSL color Cylindrical-coordinate representation of color #C605A4: hue angle of 310.57º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C605A4 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 164 -
CMYK 0 0.97 0.17 0.22
HSL 310.57º 0.95% 0.4% -
HSV(B) 310.57º 0.97% 0.78% -
XYZ 30.04 14.79 36.39 -
YUV 80.83 174.94 211.57 -
System Red Green Blue C M Y K H S L
Decimal 198 5 164 0 0.97 0.17 0.22 310.57 0.95 0.4
Hex C6 5 A4 0 61 11 16 137 5F 28
Octal 306 5 244 0 141 21 26 467 137 50
Binary 11000110 101 10100100 0 1100001 10001 10110 100110111 1011111 101000

Color Harmonies of #C605A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C605A4

Black with #C605A4

Text Example


Text Example

White with #C605A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C605A4; }

 p { color: rgb(198,5,164); }

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

background-color css

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

 a { background-color: rgb(198,5,164); }

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

border-color css

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

 span { border-color: rgb(198,5,164); }

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