Html Css Color HEX #C066BF Fuchsia

📋 copy color: '#C066BF'

red 192 ◦ green 102 ◦ blue 191

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

Shades of Fuchsia #C066BF

Tints of Fuchsia #C066BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.38%

R = 39.59%
G = 21.03%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C066BF (or 0xC066BF) is known color: Fuchsia. HEX triplet: C0, 66 and BF. RGB value is (192,102,191). Sum of RGB (Red+Green+Blue) = 192+102+191=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C066BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066BF is #3F9940. Grayscale: #8A8A8A. Windows color (decimal): -4168001 or 12543680. OLE color: 12543680.

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

Color convert

RGB 192 102 191 -
CMYK 0 0.47 0.01 0.25
HSL 300.67º 0.42% 0.58% -
HSV(B) 300.67º 0.47% 0.75% -
XYZ 35.89 24.47 52.12 -
YUV 139.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 192 102 191 0 0.47 0.01 0.25 300.67 0.42 0.58
Hex C0 66 BF 0 2F 1 19 12D 2A 3A
Octal 300 146 277 0 57 1 31 455 52 72
Binary 11000000 1100110 10111111 0 101111 1 11001 100101101 101010 111010

Color Harmonies of #C066BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066BF

Black with #C066BF

Text Example


Text Example

White with #C066BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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