Html Css Color HEX #C066BB Fuchsia

📋 copy color: '#C066BB'

red 192 ◦ green 102 ◦ blue 187

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

Shades of Fuchsia #C066BB

Tints of Fuchsia #C066BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.21%

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

R = 39.92%
G = 21.21%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C066BB (or 0xC066BB) is known color: Fuchsia. HEX triplet: C0, 66 and BB. RGB value is (192,102,187). Sum of RGB (Red+Green+Blue) = 192+102+187=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C066BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066BB is #3F9944. Grayscale: #8A8A8A. Windows color (decimal): -4168005 or 12281536. OLE color: 12281536.

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

Color convert

RGB 192 102 187 -
CMYK 0 0.47 0.03 0.25
HSL 303.33º 0.42% 0.58% -
HSV(B) 303.33º 0.47% 0.75% -
XYZ 35.46 24.3 49.83 -
YUV 138.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 192 102 187 0 0.47 0.03 0.25 303.33 0.42 0.58
Hex C0 66 BB 0 2F 3 19 12F 2A 3A
Octal 300 146 273 0 57 3 31 457 52 72
Binary 11000000 1100110 10111011 0 101111 11 11001 100101111 101010 111010

Color Harmonies of #C066BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066BB

Black with #C066BB

Text Example


Text Example

White with #C066BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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