Html Css Color HEX #C962AE Fuchsia

📋 copy color: '#C962AE'

red 201 ◦ green 98 ◦ blue 174

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

Shades of Fuchsia #C962AE

Tints of Fuchsia #C962AE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.72%

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

R = 42.49%
G = 20.72%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C962AE (or 0xC962AE) is known color: Fuchsia. HEX triplet: C9, 62 and AE. RGB value is (201,98,174). Sum of RGB (Red+Green+Blue) = 201+98+174=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C962AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C962AE is #369D51. Grayscale: #898989. Windows color (decimal): -3579218 or 11428553. OLE color: 11428553.

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

Color convert

RGB 201 98 174 -
CMYK 0 0.51 0.13 0.21
HSL 315.73º 0.49% 0.59% -
HSV(B) 315.73º 0.51% 0.79% -
XYZ 36.1 24.21 42.81 -
YUV 137.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 201 98 174 0 0.51 0.13 0.21 315.73 0.49 0.59
Hex C9 62 AE 0 33 D 15 13C 31 3B
Octal 311 142 256 0 63 15 25 474 61 73
Binary 11001001 1100010 10101110 0 110011 1101 10101 100111100 110001 111011

Color Harmonies of #C962AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962AE

Black with #C962AE

Text Example


Text Example

White with #C962AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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