Html Css Color HEX #C92ABA Fuchsia

📋 copy color: '#C92ABA'

red 201 ◦ green 42 ◦ blue 186

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

Shades of Fuchsia #C92ABA

Tints of Fuchsia #C92ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 46.85%
G = 9.79%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C92ABA (or 0xC92ABA) is known color: Fuchsia. HEX triplet: C9, 2A and BA. RGB value is (201,42,186). Sum of RGB (Red+Green+Blue) = 201+42+186=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C92ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ABA is #36D545. Grayscale: #696969. Windows color (decimal): -3593542 or 12200649. OLE color: 12200649.

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

Color convert

RGB 201 42 186 -
CMYK 0 0.79 0.07 0.21
HSL 305.66º 0.65% 0.48% -
HSV(B) 305.66º 0.79% 0.79% -
XYZ 33.78 17.62 48.07 -
YUV 105.96 173.18 195.79 -
System Red Green Blue C M Y K H S L
Decimal 201 42 186 0 0.79 0.07 0.21 305.66 0.65 0.48
Hex C9 2A BA 0 4F 7 15 132 41 30
Octal 311 52 272 0 117 7 25 462 101 60
Binary 11001001 101010 10111010 0 1001111 111 10101 100110010 1000001 110000

Color Harmonies of #C92ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92ABA

Black with #C92ABA

Text Example


Text Example

White with #C92ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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