Html Css Color HEX #C06EBB Fuchsia

📋 copy color: '#C06EBB'

red 192 ◦ green 110 ◦ blue 187

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

Shades of Fuchsia #C06EBB

Tints of Fuchsia #C06EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 39.26%
G = 22.49%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C06EBB (or 0xC06EBB) is known color: Fuchsia. HEX triplet: C0, 6E and BB. RGB value is (192,110,187). Sum of RGB (Red+Green+Blue) = 192+110+187=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C06EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EBB is #3F9144. Grayscale: #8F8F8F. Windows color (decimal): -4165957 or 12283584. OLE color: 12283584.

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

Color convert

RGB 192 110 187 -
CMYK 0 0.43 0.03 0.25
HSL 303.66º 0.39% 0.59% -
HSV(B) 303.66º 0.43% 0.75% -
XYZ 36.28 25.95 50.11 -
YUV 143.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 192 110 187 0 0.43 0.03 0.25 303.66 0.39 0.59
Hex C0 6E BB 0 2B 3 19 130 27 3B
Octal 300 156 273 0 53 3 31 460 47 73
Binary 11000000 1101110 10111011 0 101011 11 11001 100110000 100111 111011

Color Harmonies of #C06EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EBB

Black with #C06EBB

Text Example


Text Example

White with #C06EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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