Html Css Color HEX #C65CAE Fuchsia

📋 copy color: '#C65CAE'

red 198 ◦ green 92 ◦ blue 174

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

Shades of Fuchsia #C65CAE

Tints of Fuchsia #C65CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 42.67%
G = 19.83%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C65CAE (or 0xC65CAE) is known color: Fuchsia. HEX triplet: C6, 5C and AE. RGB value is (198,92,174). Sum of RGB (Red+Green+Blue) = 198+92+174=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65CAE is #39A351. Grayscale: #848484. Windows color (decimal): -3777362 or 11427014. OLE color: 11427014.

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

Color convert

RGB 198 92 174 -
CMYK 0 0.54 0.12 0.22
HSL 313.58º 0.48% 0.57% -
HSV(B) 313.58º 0.54% 0.78% -
XYZ 34.76 22.72 42.6 -
YUV 133.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 198 92 174 0 0.54 0.12 0.22 313.58 0.48 0.57
Hex C6 5C AE 0 36 C 16 13A 30 39
Octal 306 134 256 0 66 14 26 472 60 71
Binary 11000110 1011100 10101110 0 110110 1100 10110 100111010 110000 111001

Color Harmonies of #C65CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CAE

Black with #C65CAE

Text Example


Text Example

White with #C65CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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