Html Css Color HEX #C94CCA Fuchsia

📋 copy color: '#C94CCA'

red 201 ◦ green 76 ◦ blue 202

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

Shades of Fuchsia #C94CCA

Tints of Fuchsia #C94CCA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.87%

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

R = 41.96%
G = 15.87%
B = 42.17%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C94CCA (or 0xC94CCA) is known color: Fuchsia. HEX triplet: C9, 4C and CA. RGB value is (201,76,202). Sum of RGB (Red+Green+Blue) = 201+76+202=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #C94CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CCA is #36B335. Grayscale: #7F7F7F. Windows color (decimal): -3584822 or 13257929. OLE color: 13257929.

HSL color Cylindrical-coordinate representation of color #C94CCA: 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.62%. Process color model (Four color, CMYK) of #C94CCA is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 202 -
CMYK 0.00 0.62 0 0.21
HSL 299.52º 0.54% 0.55% -
HSV(B) 299.52º 0.62% 0.79% -
XYZ 37.33 21.85 58.13 -
YUV 127.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 201 76 202 0.00 0.62 0 0.21 299.52 0.54 0.55
Hex C9 4C CA 0 3E 0 15 12C 36 37
Octal 311 114 312 0 76 0 25 454 66 67
Binary 11001001 1001100 11001010 0 111110 0 10101 100101100 110110 110111

Color Harmonies of #C94CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94CCA

Black with #C94CCA

Text Example


Text Example

White with #C94CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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