Html Css Color HEX #C65CAA Fuchsia

📋 copy color: '#C65CAA'

red 198 ◦ green 92 ◦ blue 170

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

Shades of Fuchsia #C65CAA

Tints of Fuchsia #C65CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20%

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

R = 43.04%
G = 20%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C65CAA (or 0xC65CAA) is known color: Fuchsia. HEX triplet: C6, 5C and AA. RGB value is (198,92,170). Sum of RGB (Red+Green+Blue) = 198+92+170=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65CAA is #39A355. Grayscale: #848484. Windows color (decimal): -3777366 or 11164870. OLE color: 11164870.

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

Color convert

RGB 198 92 170 -
CMYK 0 0.54 0.14 0.22
HSL 315.85º 0.48% 0.57% -
HSV(B) 315.85º 0.54% 0.78% -
XYZ 34.37 22.56 40.57 -
YUV 132.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 198 92 170 0 0.54 0.14 0.22 315.85 0.48 0.57
Hex C6 5C AA 0 36 E 16 13C 30 39
Octal 306 134 252 0 66 16 26 474 60 71
Binary 11000110 1011100 10101010 0 110110 1110 10110 100111100 110000 111001

Color Harmonies of #C65CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CAA

Black with #C65CAA

Text Example


Text Example

White with #C65CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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