Html Css Color HEX #C962AC Fuchsia

📋 copy color: '#C962AC'

red 201 ◦ green 98 ◦ blue 172

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

Shades of Fuchsia #C962AC

Tints of Fuchsia #C962AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 42.68%
G = 20.81%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C962AC (or 0xC962AC) is known color: Fuchsia. HEX triplet: C9, 62 and AC. RGB value is (201,98,172). Sum of RGB (Red+Green+Blue) = 201+98+172=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C962AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C962AC is #369D53. Grayscale: #898989. Windows color (decimal): -3579220 or 11297481. OLE color: 11297481.

HSL color Cylindrical-coordinate representation of color #C962AC: hue angle of 316.89º 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 #C962AC is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 98 172 -
CMYK 0 0.51 0.14 0.21
HSL 316.89º 0.49% 0.59% -
HSV(B) 316.89º 0.51% 0.79% -
XYZ 35.9 24.13 41.8 -
YUV 137.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 201 98 172 0 0.51 0.14 0.21 316.89 0.49 0.59
Hex C9 62 AC 0 33 E 15 13D 31 3B
Octal 311 142 254 0 63 16 25 475 61 73
Binary 11001001 1100010 10101100 0 110011 1110 10101 100111101 110001 111011

Color Harmonies of #C962AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962AC

Black with #C962AC

Text Example


Text Example

White with #C962AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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