Html Css Color HEX #C92ABE Fuchsia

📋 copy color: '#C92ABE'

red 201 ◦ green 42 ◦ blue 190

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

Shades of Fuchsia #C92ABE

Tints of Fuchsia #C92ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.7%

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 46.42%
G = 9.7%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C92ABE (or 0xC92ABE) is known color: Fuchsia. HEX triplet: C9, 2A and BE. RGB value is (201,42,190). Sum of RGB (Red+Green+Blue) = 201+42+190=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C92ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ABE is #36D541. Grayscale: #696969. Windows color (decimal): -3593538 or 12462793. OLE color: 12462793.

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

Color convert

RGB 201 42 190 -
CMYK 0 0.79 0.05 0.21
HSL 304.15º 0.65% 0.48% -
HSV(B) 304.15º 0.79% 0.79% -
XYZ 34.21 17.79 50.35 -
YUV 106.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 201 42 190 0 0.79 0.05 0.21 304.15 0.65 0.48
Hex C9 2A BE 0 4F 5 15 130 41 30
Octal 311 52 276 0 117 5 25 460 101 60
Binary 11001001 101010 10111110 0 1001111 101 10101 100110000 1000001 110000

Color Harmonies of #C92ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92ABE

Black with #C92ABE

Text Example


Text Example

White with #C92ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92ABE; }

 p { color: rgb(201,42,190); }

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

background-color css

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

 a { background-color: rgb(201,42,190); }

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

border-color css

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

 span { border-color: rgb(201,42,190); }

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