Html Css Color HEX #C93BBA Fuchsia

📋 copy color: '#C93BBA'

red 201 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #C93BBA

Tints of Fuchsia #C93BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 45.07%
G = 13.23%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C93BBA (or 0xC93BBA) is known color: Fuchsia. HEX triplet: C9, 3B and BA. RGB value is (201,59,186). Sum of RGB (Red+Green+Blue) = 201+59+186=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BBA is #36C445. Grayscale: #737373. Windows color (decimal): -3589190 or 12205001. OLE color: 12205001.

HSL color Cylindrical-coordinate representation of color #C93BBA: hue angle of 306.34º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93BBA is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 59 186 -
CMYK 0 0.71 0.07 0.21
HSL 306.34º 0.57% 0.51% -
HSV(B) 306.34º 0.71% 0.79% -
XYZ 34.51 19.09 48.32 -
YUV 115.94 167.54 188.67 -
System Red Green Blue C M Y K H S L
Decimal 201 59 186 0 0.71 0.07 0.21 306.34 0.57 0.51
Hex C9 3B BA 0 47 7 15 132 39 33
Octal 311 73 272 0 107 7 25 462 71 63
Binary 11001001 111011 10111010 0 1000111 111 10101 100110010 111001 110011

Color Harmonies of #C93BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BBA

Black with #C93BBA

Text Example


Text Example

White with #C93BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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