Html Css Color HEX #C93BCE Fuchsia

📋 copy color: '#C93BCE'

red 201 ◦ green 59 ◦ blue 206

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

Shades of Fuchsia #C93BCE

Tints of Fuchsia #C93BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.66%

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

R = 43.13%
G = 12.66%
B = 44.21%

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

#C93BCE (or 0xC93BCE) is known color: Fuchsia. HEX triplet: C9, 3B and CE. RGB value is (201,59,206). Sum of RGB (Red+Green+Blue) = 201+59+206=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #C93BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BCE is #36C431. Grayscale: #757575. Windows color (decimal): -3589170 or 13515721. OLE color: 13515721.

HSL color Cylindrical-coordinate representation of color #C93BCE: hue angle of 297.96º 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 #C93BCE is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 59 206 -
CMYK 0.02 0.71 0 0.19
HSL 297.96º 0.6% 0.52% -
HSV(B) 297.96º 0.71% 0.81% -
XYZ 36.79 20 60.31 -
YUV 118.22 177.54 187.05 -
System Red Green Blue C M Y K H S L
Decimal 201 59 206 0.02 0.71 0 0.19 297.96 0.6 0.52
Hex C9 3B CE 2 47 0 13 12A 3C 34
Octal 311 73 316 2 107 0 23 452 74 64
Binary 11001001 111011 11001110 10 1000111 0 10011 100101010 111100 110100

Color Harmonies of #C93BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BCE

Black with #C93BCE

Text Example


Text Example

White with #C93BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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