Html Css Color HEX #C93FBB Fuchsia

📋 copy color: '#C93FBB'

red 201 ◦ green 63 ◦ blue 187

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

Shades of Fuchsia #C93FBB

Tints of Fuchsia #C93FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.97%

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

R = 44.57%
G = 13.97%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C93FBB (or 0xC93FBB) is known color: Fuchsia. HEX triplet: C9, 3F and BB. RGB value is (201,63,187). Sum of RGB (Red+Green+Blue) = 201+63+187=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FBB is #36C044. Grayscale: #767676. Windows color (decimal): -3588165 or 12271561. OLE color: 12271561.

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

Color convert

RGB 201 63 187 -
CMYK 0 0.69 0.07 0.21
HSL 306.09º 0.56% 0.52% -
HSV(B) 306.09º 0.69% 0.79% -
XYZ 34.83 19.56 48.95 -
YUV 118.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 201 63 187 0 0.69 0.07 0.21 306.09 0.56 0.52
Hex C9 3F BB 0 45 7 15 132 38 34
Octal 311 77 273 0 105 7 25 462 70 64
Binary 11001001 111111 10111011 0 1000101 111 10101 100110010 111000 110100

Color Harmonies of #C93FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FBB

Black with #C93FBB

Text Example


Text Example

White with #C93FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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