Html Css Color HEX #C066BE Fuchsia

📋 copy color: '#C066BE'

red 192 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #C066BE

Tints of Fuchsia #C066BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 39.67%
G = 21.07%
B = 39.26%

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

#C066BE (or 0xC066BE) is known color: Fuchsia. HEX triplet: C0, 66 and BE. RGB value is (192,102,190). Sum of RGB (Red+Green+Blue) = 192+102+190=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C066BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066BE is #3F9941. Grayscale: #8A8A8A. Windows color (decimal): -4168002 or 12478144. OLE color: 12478144.

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

Color convert

RGB 192 102 190 -
CMYK 0 0.47 0.01 0.25
HSL 301.33º 0.42% 0.58% -
HSV(B) 301.33º 0.47% 0.75% -
XYZ 35.78 24.43 51.54 -
YUV 138.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 192 102 190 0 0.47 0.01 0.25 301.33 0.42 0.58
Hex C0 66 BE 0 2F 1 19 12D 2A 3A
Octal 300 146 276 0 57 1 31 455 52 72
Binary 11000000 1100110 10111110 0 101111 1 11001 100101101 101010 111010

Color Harmonies of #C066BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066BE

Black with #C066BE

Text Example


Text Example

White with #C066BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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