Html Css Color HEX #C06FB0 Fuchsia

📋 copy color: '#C06FB0'

red 192 ◦ green 111 ◦ blue 176

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

Shades of Fuchsia #C06FB0

Tints of Fuchsia #C06FB0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.17%

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

R = 40.08%
G = 23.17%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C06FB0 (or 0xC06FB0) is known color: Fuchsia. HEX triplet: C0, 6F and B0. RGB value is (192,111,176). Sum of RGB (Red+Green+Blue) = 192+111+176=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FB0 is #3F904F. Grayscale: #8E8E8E. Windows color (decimal): -4165712 or 11562944. OLE color: 11562944.

HSL color Cylindrical-coordinate representation of color #C06FB0: hue angle of 311.85º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06FB0 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 111 176 -
CMYK 0 0.42 0.08 0.25
HSL 311.85º 0.39% 0.59% -
HSV(B) 311.85º 0.42% 0.75% -
XYZ 35.26 25.71 44.18 -
YUV 142.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 192 111 176 0 0.42 0.08 0.25 311.85 0.39 0.59
Hex C0 6F B0 0 2A 8 19 138 27 3B
Octal 300 157 260 0 52 10 31 470 47 73
Binary 11000000 1101111 10110000 0 101010 1000 11001 100111000 100111 111011

Color Harmonies of #C06FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FB0

Black with #C06FB0

Text Example


Text Example

White with #C06FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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