Html Css Color HEX #C92EC4 Fuchsia

📋 copy color: '#C92EC4'

red 201 ◦ green 46 ◦ blue 196

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

Shades of Fuchsia #C92EC4

Tints of Fuchsia #C92EC4

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.38%

 BLUE value IS 196 (76.95% from 255) = 44.24%

R = 45.37%
G = 10.38%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C92EC4 (or 0xC92EC4) is known color: Fuchsia. HEX triplet: C9, 2E and C4. RGB value is (201,46,196). Sum of RGB (Red+Green+Blue) = 201+46+196=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C92EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92EC4 is #36D13B. Grayscale: #6D6D6D. Windows color (decimal): -3592508 or 12857033. OLE color: 12857033.

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

Color convert

RGB 201 46 196 -
CMYK 0 0.77 0.02 0.21
HSL 301.94º 0.63% 0.48% -
HSV(B) 301.94º 0.77% 0.79% -
XYZ 35.03 18.36 53.92 -
YUV 109.45 176.85 193.3 -
System Red Green Blue C M Y K H S L
Decimal 201 46 196 0 0.77 0.02 0.21 301.94 0.63 0.48
Hex C9 2E C4 0 4D 2 15 12E 3F 30
Octal 311 56 304 0 115 2 25 456 77 60
Binary 11001001 101110 11000100 0 1001101 10 10101 100101110 111111 110000

Color Harmonies of #C92EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92EC4

Black with #C92EC4

Text Example


Text Example

White with #C92EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92EC4; }

 p { color: rgb(201,46,196); }

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

background-color css

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

 a { background-color: rgb(201,46,196); }

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

border-color css

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

 span { border-color: rgb(201,46,196); }

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