Html Css Color HEX #C93BBE Fuchsia

📋 copy color: '#C93BBE'

red 201 ◦ green 59 ◦ blue 190

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

Shades of Fuchsia #C93BBE

Tints of Fuchsia #C93BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 44.67%
G = 13.11%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C93BBE (or 0xC93BBE) is known color: Fuchsia. HEX triplet: C9, 3B and BE. RGB value is (201,59,190). Sum of RGB (Red+Green+Blue) = 201+59+190=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BBE is #36C441. Grayscale: #747474. Windows color (decimal): -3589186 or 12467145. OLE color: 12467145.

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

Color convert

RGB 201 59 190 -
CMYK 0 0.71 0.05 0.21
HSL 304.65º 0.57% 0.51% -
HSV(B) 304.65º 0.71% 0.79% -
XYZ 34.95 19.26 50.59 -
YUV 116.39 169.54 188.35 -
System Red Green Blue C M Y K H S L
Decimal 201 59 190 0 0.71 0.05 0.21 304.65 0.57 0.51
Hex C9 3B BE 0 47 5 15 131 39 33
Octal 311 73 276 0 107 5 25 461 71 63
Binary 11001001 111011 10111110 0 1000111 101 10101 100110001 111001 110011

Color Harmonies of #C93BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BBE

Black with #C93BBE

Text Example


Text Example

White with #C93BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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