Html Css Color HEX #C06CB0 Fuchsia

📋 copy color: '#C06CB0'

red 192 ◦ green 108 ◦ blue 176

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

Shades of Fuchsia #C06CB0

Tints of Fuchsia #C06CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.97%

R = 40.34%
G = 22.69%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C06CB0 (or 0xC06CB0) is known color: Fuchsia. HEX triplet: C0, 6C and B0. RGB value is (192,108,176). Sum of RGB (Red+Green+Blue) = 192+108+176=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06CB0 is #3F934F. Grayscale: #8C8C8C. Windows color (decimal): -4166480 or 11562176. OLE color: 11562176.

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

Color convert

RGB 192 108 176 -
CMYK 0 0.44 0.08 0.25
HSL 311.43º 0.4% 0.59% -
HSV(B) 311.43º 0.44% 0.75% -
XYZ 34.94 25.07 44.07 -
YUV 140.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 192 108 176 0 0.44 0.08 0.25 311.43 0.4 0.59
Hex C0 6C B0 0 2C 8 19 137 28 3B
Octal 300 154 260 0 54 10 31 467 50 73
Binary 11000000 1101100 10110000 0 101100 1000 11001 100110111 101000 111011

Color Harmonies of #C06CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CB0

Black with #C06CB0

Text Example


Text Example

White with #C06CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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