Html Css Color HEX #C93CCD Fuchsia

📋 copy color: '#C93CCD'

red 201 ◦ green 60 ◦ blue 205

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

Shades of Fuchsia #C93CCD

Tints of Fuchsia #C93CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.88%

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

R = 43.13%
G = 12.88%
B = 43.99%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C93CCD (or 0xC93CCD) is known color: Fuchsia. HEX triplet: C9, 3C and CD. RGB value is (201,60,205). Sum of RGB (Red+Green+Blue) = 201+60+205=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C93CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CCD is #36C332. Grayscale: #767676. Windows color (decimal): -3588915 or 13450441. OLE color: 13450441.

HSL color Cylindrical-coordinate representation of color #C93CCD: hue angle of 298.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93CCD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 60 205 -
CMYK 0.02 0.71 0 0.20
HSL 298.34º 0.59% 0.52% -
HSV(B) 298.34º 0.71% 0.8% -
XYZ 36.72 20.06 59.69 -
YUV 118.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 201 60 205 0.02 0.71 0 0.20 298.34 0.59 0.52
Hex C9 3C CD 2 47 0 14 12A 3B 34
Octal 311 74 315 2 107 0 24 452 73 64
Binary 11001001 111100 11001101 10 1000111 0 10100 100101010 111011 110100

Color Harmonies of #C93CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CCD

Black with #C93CCD

Text Example


Text Example

White with #C93CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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