Html Css Color HEX #C06CBA Fuchsia

📋 copy color: '#C06CBA'

red 192 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #C06CBA

Tints of Fuchsia #C06CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 39.51%
G = 22.22%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C06CBA (or 0xC06CBA) is known color: Fuchsia. HEX triplet: C0, 6C and BA. RGB value is (192,108,186). Sum of RGB (Red+Green+Blue) = 192+108+186=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBA is #3F9345. Grayscale: #8D8D8D. Windows color (decimal): -4166470 or 12217536. OLE color: 12217536.

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

Color convert

RGB 192 108 186 -
CMYK 0 0.44 0.03 0.25
HSL 304.29º 0.4% 0.59% -
HSV(B) 304.29º 0.44% 0.75% -
XYZ 35.96 25.48 49.48 -
YUV 142.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 192 108 186 0 0.44 0.03 0.25 304.29 0.4 0.59
Hex C0 6C BA 0 2C 3 19 130 28 3B
Octal 300 154 272 0 54 3 31 460 50 73
Binary 11000000 1101100 10111010 0 101100 11 11001 100110000 101000 111011

Color Harmonies of #C06CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CBA

Black with #C06CBA

Text Example


Text Example

White with #C06CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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