Html Css Color HEX #C06FB5 Fuchsia

📋 copy color: '#C06FB5'

red 192 ◦ green 111 ◦ blue 181

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

Shades of Fuchsia #C06FB5

Tints of Fuchsia #C06FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.4%

R = 39.67%
G = 22.93%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C06FB5 (or 0xC06FB5) is known color: Fuchsia. HEX triplet: C0, 6F and B5. RGB value is (192,111,181). Sum of RGB (Red+Green+Blue) = 192+111+181=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FB5 is #3F904A. Grayscale: #8F8F8F. Windows color (decimal): -4165707 or 11890624. OLE color: 11890624.

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

Color convert

RGB 192 111 181 -
CMYK 0 0.42 0.06 0.25
HSL 308.15º 0.39% 0.59% -
HSV(B) 308.15º 0.42% 0.75% -
XYZ 35.76 25.91 46.83 -
YUV 143.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 192 111 181 0 0.42 0.06 0.25 308.15 0.39 0.59
Hex C0 6F B5 0 2A 6 19 134 27 3B
Octal 300 157 265 0 52 6 31 464 47 73
Binary 11000000 1101111 10110101 0 101010 110 11001 100110100 100111 111011

Color Harmonies of #C06FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FB5

Black with #C06FB5

Text Example


Text Example

White with #C06FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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