Html Css Color HEX #C064AE Fuchsia

📋 copy color: '#C064AE'

red 192 ◦ green 100 ◦ blue 174

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

Shades of Fuchsia #C064AE

Tints of Fuchsia #C064AE

RGB

 RED value IS 192 (75.39% from 255) = 41.2%

 GREEN value IS 100 (39.45% from 255) = 21.46%

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

R = 41.2%
G = 21.46%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C064AE (or 0xC064AE) is known color: Fuchsia. HEX triplet: C0, 64 and AE. RGB value is (192,100,174). Sum of RGB (Red+Green+Blue) = 192+100+174=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C064AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064AE is #3F9B51. Grayscale: #878787. Windows color (decimal): -4168530 or 11429056. OLE color: 11429056.

HSL color Cylindrical-coordinate representation of color #C064AE: hue angle of 311.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064AE is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 174 -
CMYK 0 0.48 0.09 0.25
HSL 311.74º 0.42% 0.57% -
HSV(B) 311.74º 0.48% 0.75% -
XYZ 33.94 23.38 42.77 -
YUV 135.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 192 100 174 0 0.48 0.09 0.25 311.74 0.42 0.57
Hex C0 64 AE 0 30 9 19 138 2A 39
Octal 300 144 256 0 60 11 31 470 52 71
Binary 11000000 1100100 10101110 0 110000 1001 11001 100111000 101010 111001

Color Harmonies of #C064AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064AE

Black with #C064AE

Text Example


Text Example

White with #C064AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064AE; }

 p { color: rgb(192,100,174); }

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

background-color css

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

 a { background-color: rgb(192,100,174); }

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

border-color css

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

 span { border-color: rgb(192,100,174); }

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