Html Css Color HEX #C06FBB Fuchsia

📋 copy color: '#C06FBB'

red 192 ◦ green 111 ◦ blue 187

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

Shades of Fuchsia #C06FBB

Tints of Fuchsia #C06FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 39.18%
G = 22.65%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C06FBB (or 0xC06FBB) is known color: Fuchsia. HEX triplet: C0, 6F and BB. RGB value is (192,111,187). Sum of RGB (Red+Green+Blue) = 192+111+187=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FBB is #3F9044. Grayscale: #8F8F8F. Windows color (decimal): -4165701 or 12283840. OLE color: 12283840.

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

Color convert

RGB 192 111 187 -
CMYK 0 0.42 0.03 0.25
HSL 303.7º 0.39% 0.59% -
HSV(B) 303.7º 0.42% 0.75% -
XYZ 36.39 26.16 50.15 -
YUV 143.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 192 111 187 0 0.42 0.03 0.25 303.7 0.39 0.59
Hex C0 6F BB 0 2A 3 19 130 27 3B
Octal 300 157 273 0 52 3 31 460 47 73
Binary 11000000 1101111 10111011 0 101010 11 11001 100110000 100111 111011

Color Harmonies of #C06FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FBB

Black with #C06FBB

Text Example


Text Example

White with #C06FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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