Html Css Color HEX #C06EB4 Fuchsia

📋 copy color: '#C06EB4'

red 192 ◦ green 110 ◦ blue 180

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

Shades of Fuchsia #C06EB4

Tints of Fuchsia #C06EB4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.82%

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 39.83%
G = 22.82%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C06EB4 (or 0xC06EB4) is known color: Fuchsia. HEX triplet: C0, 6E and B4. RGB value is (192,110,180). Sum of RGB (Red+Green+Blue) = 192+110+180=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EB4 is #3F914B. Grayscale: #8E8E8E. Windows color (decimal): -4165964 or 11824832. OLE color: 11824832.

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

Color convert

RGB 192 110 180 -
CMYK 0 0.43 0.06 0.25
HSL 308.78º 0.39% 0.59% -
HSV(B) 308.78º 0.43% 0.75% -
XYZ 35.55 25.65 46.26 -
YUV 142.5 149.17 163.31 -
System Red Green Blue C M Y K H S L
Decimal 192 110 180 0 0.43 0.06 0.25 308.78 0.39 0.59
Hex C0 6E B4 0 2B 6 19 135 27 3B
Octal 300 156 264 0 53 6 31 465 47 73
Binary 11000000 1101110 10110100 0 101011 110 11001 100110101 100111 111011

Color Harmonies of #C06EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EB4

Black with #C06EB4

Text Example


Text Example

White with #C06EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EB4; }

 p { color: rgb(192,110,180); }

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

background-color css

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

 a { background-color: rgb(192,110,180); }

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

border-color css

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

 span { border-color: rgb(192,110,180); }

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