Html Css Color HEX #C06CAE Fuchsia

📋 copy color: '#C06CAE'

red 192 ◦ green 108 ◦ blue 174

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

Shades of Fuchsia #C06CAE

Tints of Fuchsia #C06CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

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

R = 40.51%
G = 22.78%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C06CAE (or 0xC06CAE) is known color: Fuchsia. HEX triplet: C0, 6C and AE. RGB value is (192,108,174). Sum of RGB (Red+Green+Blue) = 192+108+174=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06CAE is #3F9351. Grayscale: #8C8C8C. Windows color (decimal): -4166482 or 11431104. OLE color: 11431104.

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

Color convert

RGB 192 108 174 -
CMYK 0 0.44 0.09 0.25
HSL 312.86º 0.4% 0.59% -
HSV(B) 312.86º 0.44% 0.75% -
XYZ 34.74 24.99 43.04 -
YUV 140.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 192 108 174 0 0.44 0.09 0.25 312.86 0.4 0.59
Hex C0 6C AE 0 2C 9 19 139 28 3B
Octal 300 154 256 0 54 11 31 471 50 73
Binary 11000000 1101100 10101110 0 101100 1001 11001 100111001 101000 111011

Color Harmonies of #C06CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CAE

Black with #C06CAE

Text Example


Text Example

White with #C06CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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