Html Css Color HEX #C068AE Fuchsia

📋 copy color: '#C068AE'

red 192 ◦ green 104 ◦ blue 174

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

Shades of Fuchsia #C068AE

Tints of Fuchsia #C068AE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

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

R = 40.85%
G = 22.13%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C068AE (or 0xC068AE) is known color: Fuchsia. HEX triplet: C0, 68 and AE. RGB value is (192,104,174). Sum of RGB (Red+Green+Blue) = 192+104+174=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C068AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C068AE is #3F9751. Grayscale: #8A8A8A. Windows color (decimal): -4167506 or 11430080. OLE color: 11430080.

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

Color convert

RGB 192 104 174 -
CMYK 0 0.46 0.09 0.25
HSL 312.27º 0.41% 0.58% -
HSV(B) 312.27º 0.46% 0.75% -
XYZ 34.33 24.16 42.9 -
YUV 138.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 192 104 174 0 0.46 0.09 0.25 312.27 0.41 0.58
Hex C0 68 AE 0 2E 9 19 138 29 3A
Octal 300 150 256 0 56 11 31 470 51 72
Binary 11000000 1101000 10101110 0 101110 1001 11001 100111000 101001 111010

Color Harmonies of #C068AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068AE

Black with #C068AE

Text Example


Text Example

White with #C068AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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