Html Css Color HEX #C267AA Fuchsia

📋 copy color: '#C267AA'

red 194 ◦ green 103 ◦ blue 170

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

Shades of Fuchsia #C267AA

Tints of Fuchsia #C267AA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.06%

 BLUE value IS 170 (66.8% from 255) = 36.4%

R = 41.54%
G = 22.06%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C267AA (or 0xC267AA) is known color: Fuchsia. HEX triplet: C2, 67 and AA. RGB value is (194,103,170). Sum of RGB (Red+Green+Blue) = 194+103+170=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C267AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C267AA is #3D9855. Grayscale: #898989. Windows color (decimal): -4036694 or 11167682. OLE color: 11167682.

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

Color convert

RGB 194 103 170 -
CMYK 0 0.47 0.12 0.24
HSL 315.82º 0.43% 0.58% -
HSV(B) 315.82º 0.47% 0.76% -
XYZ 34.35 24.07 40.87 -
YUV 137.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 194 103 170 0 0.47 0.12 0.24 315.82 0.43 0.58
Hex C2 67 AA 0 2F C 18 13C 2B 3A
Octal 302 147 252 0 57 14 30 474 53 72
Binary 11000010 1100111 10101010 0 101111 1100 11000 100111100 101011 111010

Color Harmonies of #C267AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267AA

Black with #C267AA

Text Example


Text Example

White with #C267AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267AA; }

 p { color: rgb(194,103,170); }

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

background-color css

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

 a { background-color: rgb(194,103,170); }

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

border-color css

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

 span { border-color: rgb(194,103,170); }

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