Html Css Color HEX #C950CE Fuchsia

📋 copy color: '#C950CE'

red 201 ◦ green 80 ◦ blue 206

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

Shades of Fuchsia #C950CE

Tints of Fuchsia #C950CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.43%

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 41.27%
G = 16.43%
B = 42.3%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C950CE (or 0xC950CE) is known color: Fuchsia. HEX triplet: C9, 50 and CE. RGB value is (201,80,206). Sum of RGB (Red+Green+Blue) = 201+80+206=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C950CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950CE is #36AF31. Grayscale: #828282. Windows color (decimal): -3583794 or 13521097. OLE color: 13521097.

HSL color Cylindrical-coordinate representation of color #C950CE: hue angle of 297.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C950CE is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 80 206 -
CMYK 0.02 0.61 0 0.19
HSL 297.62º 0.56% 0.56% -
HSV(B) 297.62º 0.61% 0.81% -
XYZ 38.1 22.61 60.75 -
YUV 130.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 201 80 206 0.02 0.61 0 0.19 297.62 0.56 0.56
Hex C9 50 CE 2 3D 0 13 12A 38 38
Octal 311 120 316 2 75 0 23 452 70 70
Binary 11001001 1010000 11001110 10 111101 0 10011 100101010 111000 111000

Color Harmonies of #C950CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950CE

Black with #C950CE

Text Example


Text Example

White with #C950CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950CE; }

 p { color: rgb(201,80,206); }

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

background-color css

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

 a { background-color: rgb(201,80,206); }

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

border-color css

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

 span { border-color: rgb(201,80,206); }

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