Html Css Color HEX #C953CD Fuchsia

📋 copy color: '#C953CD'

red 201 ◦ green 83 ◦ blue 205

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

Shades of Fuchsia #C953CD

Tints of Fuchsia #C953CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.97%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 41.1%
G = 16.97%
B = 41.92%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C953CD (or 0xC953CD) is known color: Fuchsia. HEX triplet: C9, 53 and CD. RGB value is (201,83,205). Sum of RGB (Red+Green+Blue) = 201+83+205=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #C953CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953CD is #36AC32. Grayscale: #838383. Windows color (decimal): -3583027 or 13456329. OLE color: 13456329.

HSL color Cylindrical-coordinate representation of color #C953CD: hue angle of 298.03º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C953CD is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 83 205 -
CMYK 0.02 0.60 0 0.20
HSL 298.03º 0.55% 0.56% -
HSV(B) 298.03º 0.6% 0.8% -
XYZ 38.2 23.01 60.19 -
YUV 132.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 201 83 205 0.02 0.60 0 0.20 298.03 0.55 0.56
Hex C9 53 CD 2 3C 0 14 12A 37 38
Octal 311 123 315 2 74 0 24 452 67 70
Binary 11001001 1010011 11001101 10 111100 0 10100 100101010 110111 111000

Color Harmonies of #C953CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953CD

Black with #C953CD

Text Example


Text Example

White with #C953CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953CD; }

 p { color: rgb(201,83,205); }

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

background-color css

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

 a { background-color: rgb(201,83,205); }

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

border-color css

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

 span { border-color: rgb(201,83,205); }

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