Html Css Color HEX #C06CBF Fuchsia

📋 copy color: '#C06CBF'

red 192 ◦ green 108 ◦ blue 191

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

Shades of Fuchsia #C06CBF

Tints of Fuchsia #C06CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 39.1%
G = 22%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C06CBF (or 0xC06CBF) is known color: Fuchsia. HEX triplet: C0, 6C and BF. RGB value is (192,108,191). Sum of RGB (Red+Green+Blue) = 192+108+191=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBF is #3F9340. Grayscale: #8E8E8E. Windows color (decimal): -4166465 or 12545216. OLE color: 12545216.

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

Color convert

RGB 192 108 191 -
CMYK 0 0.44 0.01 0.25
HSL 300.71º 0.4% 0.59% -
HSV(B) 300.71º 0.44% 0.75% -
XYZ 36.5 25.69 52.33 -
YUV 142.58 155.33 163.25 -
System Red Green Blue C M Y K H S L
Decimal 192 108 191 0 0.44 0.01 0.25 300.71 0.4 0.59
Hex C0 6C BF 0 2C 1 19 12D 28 3B
Octal 300 154 277 0 54 1 31 455 50 73
Binary 11000000 1101100 10111111 0 101100 1 11001 100101101 101000 111011

Color Harmonies of #C06CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CBF

Black with #C06CBF

Text Example


Text Example

White with #C06CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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