Html Css Color HEX #C65CA9 Fuchsia

📋 copy color: '#C65CA9'

red 198 ◦ green 92 ◦ blue 169

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

Shades of Fuchsia #C65CA9

Tints of Fuchsia #C65CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 43.14%
G = 20.04%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C65CA9 (or 0xC65CA9) is known color: Fuchsia. HEX triplet: C6, 5C and A9. RGB value is (198,92,169). Sum of RGB (Red+Green+Blue) = 198+92+169=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65CA9 is #39A356. Grayscale: #848484. Windows color (decimal): -3777367 or 11099334. OLE color: 11099334.

HSL color Cylindrical-coordinate representation of color #C65CA9: hue angle of 316.42º 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 #C65CA9 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 92 169 -
CMYK 0 0.54 0.15 0.22
HSL 316.42º 0.48% 0.57% -
HSV(B) 316.42º 0.54% 0.78% -
XYZ 34.28 22.52 40.08 -
YUV 132.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 198 92 169 0 0.54 0.15 0.22 316.42 0.48 0.57
Hex C6 5C A9 0 36 F 16 13C 30 39
Octal 306 134 251 0 66 17 26 474 60 71
Binary 11000110 1011100 10101001 0 110110 1111 10110 100111100 110000 111001

Color Harmonies of #C65CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CA9

Black with #C65CA9

Text Example


Text Example

White with #C65CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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