Html Css Color HEX #C266C0 Fuchsia

📋 copy color: '#C266C0'

red 194 ◦ green 102 ◦ blue 192

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

Shades of Fuchsia #C266C0

Tints of Fuchsia #C266C0

RGB

 RED value IS 194 (76.17% from 255) = 39.75%

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

 BLUE value IS 192 (75.39% from 255) = 39.34%

R = 39.75%
G = 20.9%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C266C0 (or 0xC266C0) is known color: Fuchsia. HEX triplet: C2, 66 and C0. RGB value is (194,102,192). Sum of RGB (Red+Green+Blue) = 194+102+192=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C266C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266C0 is #3D993F. Grayscale: #8B8B8B. Windows color (decimal): -4036928 or 12609218. OLE color: 12609218.

HSL color Cylindrical-coordinate representation of color #C266C0: hue angle of 301.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C266C0 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 102 192 -
CMYK 0 0.47 0.01 0.24
HSL 301.3º 0.43% 0.58% -
HSV(B) 301.3º 0.47% 0.76% -
XYZ 36.51 24.78 52.73 -
YUV 139.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 194 102 192 0 0.47 0.01 0.24 301.3 0.43 0.58
Hex C2 66 C0 0 2F 1 18 12D 2B 3A
Octal 302 146 300 0 57 1 30 455 53 72
Binary 11000010 1100110 11000000 0 101111 1 11000 100101101 101011 111010

Color Harmonies of #C266C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266C0

Black with #C266C0

Text Example


Text Example

White with #C266C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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