Html Css Color HEX #C93DCE Fuchsia

📋 copy color: '#C93DCE'

red 201 ◦ green 61 ◦ blue 206

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

Shades of Fuchsia #C93DCE

Tints of Fuchsia #C93DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.03%

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

R = 42.95%
G = 13.03%
B = 44.02%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C93DCE (or 0xC93DCE) is known color: Fuchsia. HEX triplet: C9, 3D and CE. RGB value is (201,61,206). Sum of RGB (Red+Green+Blue) = 201+61+206=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #C93DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DCE is #36C231. Grayscale: #767676. Windows color (decimal): -3588658 or 13516233. OLE color: 13516233.

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

Color convert

RGB 201 61 206 -
CMYK 0.02 0.70 0 0.19
HSL 297.93º 0.6% 0.52% -
HSV(B) 297.93º 0.7% 0.81% -
XYZ 36.9 20.21 60.35 -
YUV 119.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 201 61 206 0.02 0.70 0 0.19 297.93 0.6 0.52
Hex C9 3D CE 2 46 0 13 12A 3C 34
Octal 311 75 316 2 106 0 23 452 74 64
Binary 11001001 111101 11001110 10 1000110 0 10011 100101010 111100 110100

Color Harmonies of #C93DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DCE

Black with #C93DCE

Text Example


Text Example

White with #C93DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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