Html Css Color HEX #C06ABC Fuchsia

📋 copy color: '#C06ABC'

red 192 ◦ green 106 ◦ blue 188

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

Shades of Fuchsia #C06ABC

Tints of Fuchsia #C06ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 39.51%
G = 21.81%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C06ABC (or 0xC06ABC) is known color: Fuchsia. HEX triplet: C0, 6A and BC. RGB value is (192,106,188). Sum of RGB (Red+Green+Blue) = 192+106+188=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C06ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ABC is #3F9543. Grayscale: #8C8C8C. Windows color (decimal): -4166980 or 12348096. OLE color: 12348096.

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

Color convert

RGB 192 106 188 -
CMYK 0 0.45 0.02 0.25
HSL 302.79º 0.41% 0.58% -
HSV(B) 302.79º 0.45% 0.75% -
XYZ 35.97 25.15 50.53 -
YUV 141.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 192 106 188 0 0.45 0.02 0.25 302.79 0.41 0.58
Hex C0 6A BC 0 2D 2 19 12F 29 3A
Octal 300 152 274 0 55 2 31 457 51 72
Binary 11000000 1101010 10111100 0 101101 10 11001 100101111 101001 111010

Color Harmonies of #C06ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ABC

Black with #C06ABC

Text Example


Text Example

White with #C06ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ABC; }

 p { color: rgb(192,106,188); }

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

background-color css

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

 a { background-color: rgb(192,106,188); }

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

border-color css

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

 span { border-color: rgb(192,106,188); }

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