Html Css Color HEX #C940CF Fuchsia

📋 copy color: '#C940CF'

red 201 ◦ green 64 ◦ blue 207

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

Shades of Fuchsia #C940CF

Tints of Fuchsia #C940CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 42.58%
G = 13.56%
B = 43.86%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C940CF (or 0xC940CF) is known color: Fuchsia. HEX triplet: C9, 40 and CF. RGB value is (201,64,207). Sum of RGB (Red+Green+Blue) = 201+64+207=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #C940CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940CF is #36BF30. Grayscale: #787878. Windows color (decimal): -3587889 or 13582537. OLE color: 13582537.

HSL color Cylindrical-coordinate representation of color #C940CF: hue angle of 297.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C940CF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 64 207 -
CMYK 0.03 0.69 0 0.19
HSL 297.48º 0.6% 0.53% -
HSV(B) 297.48º 0.69% 0.81% -
XYZ 37.18 20.59 61.05 -
YUV 121.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 201 64 207 0.03 0.69 0 0.19 297.48 0.6 0.53
Hex C9 40 CF 3 45 0 13 129 3C 35
Octal 311 100 317 3 105 0 23 451 74 65
Binary 11001001 1000000 11001111 11 1000101 0 10011 100101001 111100 110101

Color Harmonies of #C940CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C940CF

Black with #C940CF

Text Example


Text Example

White with #C940CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C940CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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