Html Css Color HEX #C266C1 Fuchsia

📋 copy color: '#C266C1'

red 194 ◦ green 102 ◦ blue 193

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

Shades of Fuchsia #C266C1

Tints of Fuchsia #C266C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.47%

R = 39.67%
G = 20.86%
B = 39.47%

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

#C266C1 (or 0xC266C1) is known color: Fuchsia. HEX triplet: C2, 66 and C1. RGB value is (194,102,193). Sum of RGB (Red+Green+Blue) = 194+102+193=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C266C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266C1 is #3D993E. Grayscale: #8B8B8B. Windows color (decimal): -4036927 or 12674754. OLE color: 12674754.

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

Color convert

RGB 194 102 193 -
CMYK 0 0.47 0.01 0.24
HSL 300.65º 0.43% 0.58% -
HSV(B) 300.65º 0.47% 0.76% -
XYZ 36.63 24.82 53.31 -
YUV 139.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 194 102 193 0 0.47 0.01 0.24 300.65 0.43 0.58
Hex C2 66 C1 0 2F 1 18 12D 2B 3A
Octal 302 146 301 0 57 1 30 455 53 72
Binary 11000010 1100110 11000001 0 101111 1 11000 100101101 101011 111010

Color Harmonies of #C266C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266C1

Black with #C266C1

Text Example


Text Example

White with #C266C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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