Html Css Color HEX #C266BC Fuchsia

📋 copy color: '#C266BC'

red 194 ◦ green 102 ◦ blue 188

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

Shades of Fuchsia #C266BC

Tints of Fuchsia #C266BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 40.08%
G = 21.07%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C266BC (or 0xC266BC) is known color: Fuchsia. HEX triplet: C2, 66 and BC. RGB value is (194,102,188). Sum of RGB (Red+Green+Blue) = 194+102+188=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C266BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266BC is #3D9943. Grayscale: #8B8B8B. Windows color (decimal): -4036932 or 12347074. OLE color: 12347074.

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

Color convert

RGB 194 102 188 -
CMYK 0 0.47 0.03 0.24
HSL 303.91º 0.43% 0.58% -
HSV(B) 303.91º 0.47% 0.76% -
XYZ 36.08 24.6 50.42 -
YUV 139.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 194 102 188 0 0.47 0.03 0.24 303.91 0.43 0.58
Hex C2 66 BC 0 2F 3 18 130 2B 3A
Octal 302 146 274 0 57 3 30 460 53 72
Binary 11000010 1100110 10111100 0 101111 11 11000 100110000 101011 111010

Color Harmonies of #C266BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266BC

Black with #C266BC

Text Example


Text Example

White with #C266BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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