Html Css Color HEX #C93FBC Fuchsia

📋 copy color: '#C93FBC'

red 201 ◦ green 63 ◦ blue 188

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

Shades of Fuchsia #C93FBC

Tints of Fuchsia #C93FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 44.47%
G = 13.94%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C93FBC (or 0xC93FBC) is known color: Fuchsia. HEX triplet: C9, 3F and BC. RGB value is (201,63,188). Sum of RGB (Red+Green+Blue) = 201+63+188=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FBC is #36C043. Grayscale: #767676. Windows color (decimal): -3588164 or 12337097. OLE color: 12337097.

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

Color convert

RGB 201 63 188 -
CMYK 0 0.69 0.06 0.21
HSL 305.65º 0.56% 0.52% -
HSV(B) 305.65º 0.69% 0.79% -
XYZ 34.94 19.6 49.52 -
YUV 118.51 167.22 186.84 -
System Red Green Blue C M Y K H S L
Decimal 201 63 188 0 0.69 0.06 0.21 305.65 0.56 0.52
Hex C9 3F BC 0 45 6 15 132 38 34
Octal 311 77 274 0 105 6 25 462 70 64
Binary 11001001 111111 10111100 0 1000101 110 10101 100110010 111000 110100

Color Harmonies of #C93FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FBC

Black with #C93FBC

Text Example


Text Example

White with #C93FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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