Html Css Color HEX #C06FB2 Fuchsia

📋 copy color: '#C06FB2'

red 192 ◦ green 111 ◦ blue 178

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

Shades of Fuchsia #C06FB2

Tints of Fuchsia #C06FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.01%

R = 39.92%
G = 23.08%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C06FB2 (or 0xC06FB2) is known color: Fuchsia. HEX triplet: C0, 6F and B2. RGB value is (192,111,178). Sum of RGB (Red+Green+Blue) = 192+111+178=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06FB2 is #3F904D. Grayscale: #8E8E8E. Windows color (decimal): -4165710 or 11694016. OLE color: 11694016.

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

Color convert

RGB 192 111 178 -
CMYK 0 0.42 0.07 0.25
HSL 310.37º 0.39% 0.59% -
HSV(B) 310.37º 0.42% 0.75% -
XYZ 35.46 25.79 45.23 -
YUV 142.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 192 111 178 0 0.42 0.07 0.25 310.37 0.39 0.59
Hex C0 6F B2 0 2A 7 19 136 27 3B
Octal 300 157 262 0 52 7 31 466 47 73
Binary 11000000 1101111 10110010 0 101010 111 11001 100110110 100111 111011

Color Harmonies of #C06FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FB2

Black with #C06FB2

Text Example


Text Example

White with #C06FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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