Html Css Color HEX #C06BAE Fuchsia

📋 copy color: '#C06BAE'

red 192 ◦ green 107 ◦ blue 174

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

Shades of Fuchsia #C06BAE

Tints of Fuchsia #C06BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.62%

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

R = 40.59%
G = 22.62%
B = 36.79%

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

#C06BAE (or 0xC06BAE) is known color: Fuchsia. HEX triplet: C0, 6B and AE. RGB value is (192,107,174). Sum of RGB (Red+Green+Blue) = 192+107+174=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06BAE is #3F9451. Grayscale: #8B8B8B. Windows color (decimal): -4166738 or 11430848. OLE color: 11430848.

HSL color Cylindrical-coordinate representation of color #C06BAE: hue angle of 312.71º 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 #C06BAE is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 174 -
CMYK 0 0.44 0.09 0.25
HSL 312.71º 0.4% 0.59% -
HSV(B) 312.71º 0.44% 0.75% -
XYZ 34.64 24.78 43 -
YUV 140.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 192 107 174 0 0.44 0.09 0.25 312.71 0.4 0.59
Hex C0 6B AE 0 2C 9 19 139 28 3B
Octal 300 153 256 0 54 11 31 471 50 73
Binary 11000000 1101011 10101110 0 101100 1001 11001 100111001 101000 111011

Color Harmonies of #C06BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BAE

Black with #C06BAE

Text Example


Text Example

White with #C06BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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