Html Css Color HEX #C962AF Fuchsia

📋 copy color: '#C962AF'

red 201 ◦ green 98 ◦ blue 175

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

Shades of Fuchsia #C962AF

Tints of Fuchsia #C962AF

RGB

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

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

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

R = 42.41%
G = 20.68%
B = 36.92%

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

#C962AF (or 0xC962AF) is known color: Fuchsia. HEX triplet: C9, 62 and AF. RGB value is (201,98,175). Sum of RGB (Red+Green+Blue) = 201+98+175=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C962AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C962AF is #369D50. Grayscale: #898989. Windows color (decimal): -3579217 or 11494089. OLE color: 11494089.

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

Color convert

RGB 201 98 175 -
CMYK 0 0.51 0.13 0.21
HSL 315.15º 0.49% 0.59% -
HSV(B) 315.15º 0.51% 0.79% -
XYZ 36.19 24.25 43.33 -
YUV 137.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 201 98 175 0 0.51 0.13 0.21 315.15 0.49 0.59
Hex C9 62 AF 0 33 D 15 13B 31 3B
Octal 311 142 257 0 63 15 25 473 61 73
Binary 11001001 1100010 10101111 0 110011 1101 10101 100111011 110001 111011

Color Harmonies of #C962AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962AF

Black with #C962AF

Text Example


Text Example

White with #C962AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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