Html Css Color HEX #C366AE Fuchsia

📋 copy color: '#C366AE'

red 195 ◦ green 102 ◦ blue 174

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

Shades of Fuchsia #C366AE

Tints of Fuchsia #C366AE

RGB

 RED value IS 195 (76.56% from 255) = 41.4%

 GREEN value IS 102 (40.23% from 255) = 21.66%

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

R = 41.4%
G = 21.66%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C366AE (or 0xC366AE) is known color: Fuchsia. HEX triplet: C3, 66 and AE. RGB value is (195,102,174). Sum of RGB (Red+Green+Blue) = 195+102+174=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C366AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C366AE is #3C9951. Grayscale: #898989. Windows color (decimal): -3971410 or 11429571. OLE color: 11429571.

HSL color Cylindrical-coordinate representation of color #C366AE: hue angle of 313.55º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C366AE is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 102 174 -
CMYK 0 0.48 0.11 0.24
HSL 313.55º 0.44% 0.58% -
HSV(B) 313.55º 0.48% 0.76% -
XYZ 34.9 24.16 42.87 -
YUV 138.02 148.31 168.65 -
System Red Green Blue C M Y K H S L
Decimal 195 102 174 0 0.48 0.11 0.24 313.55 0.44 0.58
Hex C3 66 AE 0 30 B 18 13A 2C 3A
Octal 303 146 256 0 60 13 30 472 54 72
Binary 11000011 1100110 10101110 0 110000 1011 11000 100111010 101100 111010

Color Harmonies of #C366AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366AE

Black with #C366AE

Text Example


Text Example

White with #C366AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366AE; }

 p { color: rgb(195,102,174); }

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

background-color css

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

 a { background-color: rgb(195,102,174); }

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

border-color css

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

 span { border-color: rgb(195,102,174); }

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