Html Css Color HEX #C06CBE Fuchsia

📋 copy color: '#C06CBE'

red 192 ◦ green 108 ◦ blue 190

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

Shades of Fuchsia #C06CBE

Tints of Fuchsia #C06CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 39.18%
G = 22.04%
B = 38.78%

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

#C06CBE (or 0xC06CBE) is known color: Fuchsia. HEX triplet: C0, 6C and BE. RGB value is (192,108,190). Sum of RGB (Red+Green+Blue) = 192+108+190=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBE is #3F9341. Grayscale: #8E8E8E. Windows color (decimal): -4166466 or 12479680. OLE color: 12479680.

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

Color convert

RGB 192 108 190 -
CMYK 0 0.44 0.01 0.25
HSL 301.43º 0.4% 0.59% -
HSV(B) 301.43º 0.44% 0.75% -
XYZ 36.4 25.65 51.75 -
YUV 142.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 192 108 190 0 0.44 0.01 0.25 301.43 0.4 0.59
Hex C0 6C BE 0 2C 1 19 12D 28 3B
Octal 300 154 276 0 54 1 31 455 50 73
Binary 11000000 1101100 10111110 0 101100 1 11001 100101101 101000 111011

Color Harmonies of #C06CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CBE

Black with #C06CBE

Text Example


Text Example

White with #C06CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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