Html Css Color HEX #C93CBB Fuchsia

📋 copy color: '#C93CBB'

red 201 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #C93CBB

Tints of Fuchsia #C93CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.39%

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 44.87%
G = 13.39%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C93CBB (or 0xC93CBB) is known color: Fuchsia. HEX triplet: C9, 3C and BB. RGB value is (201,60,187). Sum of RGB (Red+Green+Blue) = 201+60+187=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CBB is #36C344. Grayscale: #747474. Windows color (decimal): -3588933 or 12270793. OLE color: 12270793.

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

Color convert

RGB 201 60 187 -
CMYK 0 0.70 0.07 0.21
HSL 305.96º 0.57% 0.51% -
HSV(B) 305.96º 0.7% 0.79% -
XYZ 34.67 19.24 48.9 -
YUV 116.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 201 60 187 0 0.70 0.07 0.21 305.96 0.57 0.51
Hex C9 3C BB 0 46 7 15 132 39 33
Octal 311 74 273 0 106 7 25 462 71 63
Binary 11001001 111100 10111011 0 1000110 111 10101 100110010 111001 110011

Color Harmonies of #C93CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CBB

Black with #C93CBB

Text Example


Text Example

White with #C93CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CBB; }

 p { color: rgb(201,60,187); }

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

background-color css

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

 a { background-color: rgb(201,60,187); }

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

border-color css

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

 span { border-color: rgb(201,60,187); }

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