Html Css Color HEX #C65FAA Fuchsia

📋 copy color: '#C65FAA'

red 198 ◦ green 95 ◦ blue 170

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

Shades of Fuchsia #C65FAA

Tints of Fuchsia #C65FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.52%

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

R = 42.76%
G = 20.52%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C65FAA (or 0xC65FAA) is known color: Fuchsia. HEX triplet: C6, 5F and AA. RGB value is (198,95,170). Sum of RGB (Red+Green+Blue) = 198+95+170=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FAA is #39A055. Grayscale: #868686. Windows color (decimal): -3776598 or 11165638. OLE color: 11165638.

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

Color convert

RGB 198 95 170 -
CMYK 0 0.52 0.14 0.22
HSL 316.31º 0.47% 0.57% -
HSV(B) 316.31º 0.52% 0.78% -
XYZ 34.64 23.09 40.66 -
YUV 134.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 198 95 170 0 0.52 0.14 0.22 316.31 0.47 0.57
Hex C6 5F AA 0 34 E 16 13C 2F 39
Octal 306 137 252 0 64 16 26 474 57 71
Binary 11000110 1011111 10101010 0 110100 1110 10110 100111100 101111 111001

Color Harmonies of #C65FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FAA

Black with #C65FAA

Text Example


Text Example

White with #C65FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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