Html Css Color HEX #C950CC Fuchsia

📋 copy color: '#C950CC'

red 201 ◦ green 80 ◦ blue 204

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

Shades of Fuchsia #C950CC

Tints of Fuchsia #C950CC

RGB

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

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

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

R = 41.44%
G = 16.49%
B = 42.06%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C950CC (or 0xC950CC) is known color: Fuchsia. HEX triplet: C9, 50 and CC. RGB value is (201,80,204). Sum of RGB (Red+Green+Blue) = 201+80+204=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #C950CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950CC is #36AF33. Grayscale: #818181. Windows color (decimal): -3583796 or 13390025. OLE color: 13390025.

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

Color convert

RGB 201 80 204 -
CMYK 0.01 0.61 0 0.2
HSL 298.55º 0.55% 0.56% -
HSV(B) 298.55º 0.61% 0.8% -
XYZ 37.86 22.51 59.48 -
YUV 130.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 201 80 204 0.01 0.61 0 0.2 298.55 0.55 0.56
Hex C9 50 CC 1 3D 0 14 12B 37 38
Octal 311 120 314 1 75 0 24 453 67 70
Binary 11001001 1010000 11001100 1 111101 0 10100 100101011 110111 111000

Color Harmonies of #C950CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950CC

Black with #C950CC

Text Example


Text Example

White with #C950CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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