Html Css Color HEX #C94ECA Fuchsia

📋 copy color: '#C94ECA'

red 201 ◦ green 78 ◦ blue 202

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

Shades of Fuchsia #C94ECA

Tints of Fuchsia #C94ECA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.22%

 BLUE value IS 202 (79.3% from 255) = 42%

R = 41.79%
G = 16.22%
B = 42%

CMYK

 C value IS 0.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C94ECA (or 0xC94ECA) is known color: Fuchsia. HEX triplet: C9, 4E and CA. RGB value is (201,78,202). Sum of RGB (Red+Green+Blue) = 201+78+202=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C94ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94ECA is #36B135. Grayscale: #808080. Windows color (decimal): -3584310 or 13258441. OLE color: 13258441.

HSL color Cylindrical-coordinate representation of color #C94ECA: hue angle of 299.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94ECA is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 78 202 -
CMYK 0.00 0.61 0 0.21
HSL 299.52º 0.54% 0.55% -
HSV(B) 299.52º 0.61% 0.79% -
XYZ 37.47 22.13 58.17 -
YUV 128.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 201 78 202 0.00 0.61 0 0.21 299.52 0.54 0.55
Hex C9 4E CA 0 3D 0 15 12C 36 37
Octal 311 116 312 0 75 0 25 454 66 67
Binary 11001001 1001110 11001010 0 111101 0 10101 100101100 110110 110111

Color Harmonies of #C94ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94ECA

Black with #C94ECA

Text Example


Text Example

White with #C94ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94ECA; }

 p { color: rgb(201,78,202); }

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

background-color css

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

 a { background-color: rgb(201,78,202); }

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

border-color css

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

 span { border-color: rgb(201,78,202); }

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