Html Css Color HEX #C65EAA Fuchsia

📋 copy color: '#C65EAA'

red 198 ◦ green 94 ◦ blue 170

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

Shades of Fuchsia #C65EAA

Tints of Fuchsia #C65EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.35%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 42.86%
G = 20.35%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C65EAA (or 0xC65EAA) is known color: Fuchsia. HEX triplet: C6, 5E and AA. RGB value is (198,94,170). Sum of RGB (Red+Green+Blue) = 198+94+170=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C65EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65EAA is #39A155. Grayscale: #858585. Windows color (decimal): -3776854 or 11165382. OLE color: 11165382.

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

Color convert

RGB 198 94 170 -
CMYK 0 0.53 0.14 0.22
HSL 316.15º 0.48% 0.57% -
HSV(B) 316.15º 0.53% 0.78% -
XYZ 34.55 22.91 40.63 -
YUV 133.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 198 94 170 0 0.53 0.14 0.22 316.15 0.48 0.57
Hex C6 5E AA 0 35 E 16 13C 30 39
Octal 306 136 252 0 65 16 26 474 60 71
Binary 11000110 1011110 10101010 0 110101 1110 10110 100111100 110000 111001

Color Harmonies of #C65EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EAA

Black with #C65EAA

Text Example


Text Example

White with #C65EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EAA; }

 p { color: rgb(198,94,170); }

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

background-color css

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

 a { background-color: rgb(198,94,170); }

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

border-color css

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

 span { border-color: rgb(198,94,170); }

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