Html Css Color HEX #C93CCE Fuchsia

📋 copy color: '#C93CCE'

red 201 ◦ green 60 ◦ blue 206

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

Shades of Fuchsia #C93CCE

Tints of Fuchsia #C93CCE

RGB

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

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

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

R = 43.04%
G = 12.85%
B = 44.11%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C93CCE (or 0xC93CCE) is known color: Fuchsia. HEX triplet: C9, 3C and CE. RGB value is (201,60,206). Sum of RGB (Red+Green+Blue) = 201+60+206=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C93CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CCE is #36C331. Grayscale: #767676. Windows color (decimal): -3588914 or 13515977. OLE color: 13515977.

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

Color convert

RGB 201 60 206 -
CMYK 0.02 0.71 0 0.19
HSL 297.95º 0.6% 0.52% -
HSV(B) 297.95º 0.71% 0.81% -
XYZ 36.84 20.11 60.33 -
YUV 118.8 177.21 186.63 -
System Red Green Blue C M Y K H S L
Decimal 201 60 206 0.02 0.71 0 0.19 297.95 0.6 0.52
Hex C9 3C CE 2 47 0 13 12A 3C 34
Octal 311 74 316 2 107 0 23 452 74 64
Binary 11001001 111100 11001110 10 1000111 0 10011 100101010 111100 110100

Color Harmonies of #C93CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CCE

Black with #C93CCE

Text Example


Text Example

White with #C93CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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