Html Css Color HEX #C93EB0 Fuchsia

📋 copy color: '#C93EB0'

red 201 ◦ green 62 ◦ blue 176

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

Shades of Fuchsia #C93EB0

Tints of Fuchsia #C93EB0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.12%

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 45.79%
G = 14.12%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C93EB0 (or 0xC93EB0) is known color: Fuchsia. HEX triplet: C9, 3E and B0. RGB value is (201,62,176). Sum of RGB (Red+Green+Blue) = 201+62+176=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EB0 is #36C14F. Grayscale: #747474. Windows color (decimal): -3588432 or 11550409. OLE color: 11550409.

HSL color Cylindrical-coordinate representation of color #C93EB0: hue angle of 310.79º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93EB0 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 62 176 -
CMYK 0 0.69 0.12 0.21
HSL 310.79º 0.56% 0.52% -
HSV(B) 310.79º 0.69% 0.79% -
XYZ 33.65 19 42.97 -
YUV 116.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 201 62 176 0 0.69 0.12 0.21 310.79 0.56 0.52
Hex C9 3E B0 0 45 C 15 137 38 34
Octal 311 76 260 0 105 14 25 467 70 64
Binary 11001001 111110 10110000 0 1000101 1100 10101 100110111 111000 110100

Color Harmonies of #C93EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EB0

Black with #C93EB0

Text Example


Text Example

White with #C93EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EB0; }

 p { color: rgb(201,62,176); }

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

background-color css

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

 a { background-color: rgb(201,62,176); }

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

border-color css

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

 span { border-color: rgb(201,62,176); }

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