Html Css Color HEX #C92ABC Fuchsia

📋 copy color: '#C92ABC'

red 201 ◦ green 42 ◦ blue 188

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

Shades of Fuchsia #C92ABC

Tints of Fuchsia #C92ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 46.64%
G = 9.74%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C92ABC (or 0xC92ABC) is known color: Fuchsia. HEX triplet: C9, 2A and BC. RGB value is (201,42,188). Sum of RGB (Red+Green+Blue) = 201+42+188=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C92ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ABC is #36D543. Grayscale: #696969. Windows color (decimal): -3593540 or 12331721. OLE color: 12331721.

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

Color convert

RGB 201 42 188 -
CMYK 0 0.79 0.06 0.21
HSL 304.91º 0.65% 0.48% -
HSV(B) 304.91º 0.79% 0.79% -
XYZ 33.99 17.7 49.2 -
YUV 106.19 174.18 195.63 -
System Red Green Blue C M Y K H S L
Decimal 201 42 188 0 0.79 0.06 0.21 304.91 0.65 0.48
Hex C9 2A BC 0 4F 6 15 131 41 30
Octal 311 52 274 0 117 6 25 461 101 60
Binary 11001001 101010 10111100 0 1001111 110 10101 100110001 1000001 110000

Color Harmonies of #C92ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92ABC

Black with #C92ABC

Text Example


Text Example

White with #C92ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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