Html Css Color HEX #C266AF Fuchsia

📋 copy color: '#C266AF'

red 194 ◦ green 102 ◦ blue 175

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

Shades of Fuchsia #C266AF

Tints of Fuchsia #C266AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 41.19%
G = 21.66%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C266AF (or 0xC266AF) is known color: Fuchsia. HEX triplet: C2, 66 and AF. RGB value is (194,102,175). Sum of RGB (Red+Green+Blue) = 194+102+175=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C266AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C266AF is #3D9950. Grayscale: #898989. Windows color (decimal): -4036945 or 11495106. OLE color: 11495106.

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

Color convert

RGB 194 102 175 -
CMYK 0 0.47 0.10 0.24
HSL 312.39º 0.43% 0.58% -
HSV(B) 312.39º 0.47% 0.76% -
XYZ 34.74 24.07 43.37 -
YUV 137.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 194 102 175 0 0.47 0.10 0.24 312.39 0.43 0.58
Hex C2 66 AF 0 2F A 18 138 2B 3A
Octal 302 146 257 0 57 12 30 470 53 72
Binary 11000010 1100110 10101111 0 101111 1010 11000 100111000 101011 111010

Color Harmonies of #C266AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266AF

Black with #C266AF

Text Example


Text Example

White with #C266AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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