Html Css Color HEX #C066BA Fuchsia

📋 copy color: '#C066BA'

red 192 ◦ green 102 ◦ blue 186

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

Shades of Fuchsia #C066BA

Tints of Fuchsia #C066BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 40%
G = 21.25%
B = 38.75%

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

#C066BA (or 0xC066BA) is known color: Fuchsia. HEX triplet: C0, 66 and BA. RGB value is (192,102,186). Sum of RGB (Red+Green+Blue) = 192+102+186=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C066BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066BA is #3F9945. Grayscale: #8A8A8A. Windows color (decimal): -4168006 or 12216000. OLE color: 12216000.

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

Color convert

RGB 192 102 186 -
CMYK 0 0.47 0.03 0.25
HSL 304º 0.42% 0.58% -
HSV(B) 304º 0.47% 0.75% -
XYZ 35.35 24.25 49.27 -
YUV 138.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 192 102 186 0 0.47 0.03 0.25 304 0.42 0.58
Hex C0 66 BA 0 2F 3 19 130 2A 3A
Octal 300 146 272 0 57 3 31 460 52 72
Binary 11000000 1100110 10111010 0 101111 11 11001 100110000 101010 111010

Color Harmonies of #C066BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066BA

Black with #C066BA

Text Example


Text Example

White with #C066BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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