Html Css Color HEX #C967AE Fuchsia

📋 copy color: '#C967AE'

red 201 ◦ green 103 ◦ blue 174

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

Shades of Fuchsia #C967AE

Tints of Fuchsia #C967AE

RGB

 RED value IS 201 (78.91% from 255) = 42.05%

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

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 42.05%
G = 21.55%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C967AE (or 0xC967AE) is known color: Fuchsia. HEX triplet: C9, 67 and AE. RGB value is (201,103,174). Sum of RGB (Red+Green+Blue) = 201+103+174=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C967AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C967AE is #369851. Grayscale: #8C8C8C. Windows color (decimal): -3577938 or 11429833. OLE color: 11429833.

HSL color Cylindrical-coordinate representation of color #C967AE: hue angle of 316.53º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C967AE is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 103 174 -
CMYK 0 0.49 0.13 0.21
HSL 316.53º 0.48% 0.6% -
HSV(B) 316.53º 0.49% 0.79% -
XYZ 36.58 25.17 42.98 -
YUV 140.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 201 103 174 0 0.49 0.13 0.21 316.53 0.48 0.6
Hex C9 67 AE 0 31 D 15 13D 30 3C
Octal 311 147 256 0 61 15 25 475 60 74
Binary 11001001 1100111 10101110 0 110001 1101 10101 100111101 110000 111100

Color Harmonies of #C967AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C967AE

Black with #C967AE

Text Example


Text Example

White with #C967AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C967AE; }

 p { color: rgb(201,103,174); }

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

background-color css

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

 a { background-color: rgb(201,103,174); }

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

border-color css

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

 span { border-color: rgb(201,103,174); }

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