Html Css Color HEX #C951C2 Fuchsia

📋 copy color: '#C951C2'

red 201 ◦ green 81 ◦ blue 194

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

Shades of Fuchsia #C951C2

Tints of Fuchsia #C951C2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.02%

 BLUE value IS 194 (76.17% from 255) = 40.76%

R = 42.23%
G = 17.02%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C951C2 (or 0xC951C2) is known color: Fuchsia. HEX triplet: C9, 51 and C2. RGB value is (201,81,194). Sum of RGB (Red+Green+Blue) = 201+81+194=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C951C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951C2 is #36AE3D. Grayscale: #818181. Windows color (decimal): -3583550 or 12734921. OLE color: 12734921.

HSL color Cylindrical-coordinate representation of color #C951C2: hue angle of 303.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951C2 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 194 -
CMYK 0 0.60 0.03 0.21
HSL 303.5º 0.53% 0.55% -
HSV(B) 303.5º 0.6% 0.79% -
XYZ 36.77 22.2 53.39 -
YUV 129.76 164.26 178.81 -
System Red Green Blue C M Y K H S L
Decimal 201 81 194 0 0.60 0.03 0.21 303.5 0.53 0.55
Hex C9 51 C2 0 3C 3 15 130 35 37
Octal 311 121 302 0 74 3 25 460 65 67
Binary 11001001 1010001 11000010 0 111100 11 10101 100110000 110101 110111

Color Harmonies of #C951C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951C2

Black with #C951C2

Text Example


Text Example

White with #C951C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951C2; }

 p { color: rgb(201,81,194); }

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

background-color css

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

 a { background-color: rgb(201,81,194); }

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

border-color css

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

 span { border-color: rgb(201,81,194); }

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