Html Css Color HEX #C65EAC Fuchsia

📋 copy color: '#C65EAC'

red 198 ◦ green 94 ◦ blue 172

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

Shades of Fuchsia #C65EAC

Tints of Fuchsia #C65EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 42.67%
G = 20.26%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C65EAC (or 0xC65EAC) is known color: Fuchsia. HEX triplet: C6, 5E and AC. RGB value is (198,94,172). Sum of RGB (Red+Green+Blue) = 198+94+172=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C65EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65EAC is #39A153. Grayscale: #858585. Windows color (decimal): -3776852 or 11296454. OLE color: 11296454.

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

Color convert

RGB 198 94 172 -
CMYK 0 0.53 0.13 0.22
HSL 315º 0.48% 0.57% -
HSV(B) 315º 0.53% 0.78% -
XYZ 34.74 22.99 41.64 -
YUV 133.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 198 94 172 0 0.53 0.13 0.22 315 0.48 0.57
Hex C6 5E AC 0 35 D 16 13B 30 39
Octal 306 136 254 0 65 15 26 473 60 71
Binary 11000110 1011110 10101100 0 110101 1101 10110 100111011 110000 111001

Color Harmonies of #C65EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65EAC

Black with #C65EAC

Text Example


Text Example

White with #C65EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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