Html Css Color HEX #C940CC Fuchsia

📋 copy color: '#C940CC'

red 201 ◦ green 64 ◦ blue 204

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

Shades of Fuchsia #C940CC

Tints of Fuchsia #C940CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.65%

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 42.86%
G = 13.65%
B = 43.5%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C940CC (or 0xC940CC) is known color: Fuchsia. HEX triplet: C9, 40 and CC. RGB value is (201,64,204). Sum of RGB (Red+Green+Blue) = 201+64+204=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #C940CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940CC is #36BF33. Grayscale: #787878. Windows color (decimal): -3587892 or 13385929. OLE color: 13385929.

HSL color Cylindrical-coordinate representation of color #C940CC: hue angle of 298.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C940CC is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 64 204 -
CMYK 0.01 0.69 0 0.2
HSL 298.71º 0.58% 0.53% -
HSV(B) 298.71º 0.69% 0.8% -
XYZ 36.82 20.44 59.13 -
YUV 120.92 174.89 185.12 -
System Red Green Blue C M Y K H S L
Decimal 201 64 204 0.01 0.69 0 0.2 298.71 0.58 0.53
Hex C9 40 CC 1 45 0 14 12B 3A 35
Octal 311 100 314 1 105 0 24 453 72 65
Binary 11001001 1000000 11001100 1 1000101 0 10100 100101011 111010 110101

Color Harmonies of #C940CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940CC

Black with #C940CC

Text Example


Text Example

White with #C940CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940CC; }

 p { color: rgb(201,64,204); }

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

background-color css

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

 a { background-color: rgb(201,64,204); }

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

border-color css

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

 span { border-color: rgb(201,64,204); }

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