Html Css Color HEX #C93FB6 Fuchsia

📋 copy color: '#C93FB6'

red 201 ◦ green 63 ◦ blue 182

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

Shades of Fuchsia #C93FB6

Tints of Fuchsia #C93FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.81%

R = 45.07%
G = 14.13%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C93FB6 (or 0xC93FB6) is known color: Fuchsia. HEX triplet: C9, 3F and B6. RGB value is (201,63,182). Sum of RGB (Red+Green+Blue) = 201+63+182=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C93FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FB6 is #36C049. Grayscale: #757575. Windows color (decimal): -3588170 or 11943881. OLE color: 11943881.

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

Color convert

RGB 201 63 182 -
CMYK 0 0.69 0.09 0.21
HSL 308.26º 0.56% 0.52% -
HSV(B) 308.26º 0.69% 0.79% -
XYZ 34.31 19.35 46.18 -
YUV 117.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 201 63 182 0 0.69 0.09 0.21 308.26 0.56 0.52
Hex C9 3F B6 0 45 9 15 134 38 34
Octal 311 77 266 0 105 11 25 464 70 64
Binary 11001001 111111 10110110 0 1000101 1001 10101 100110100 111000 110100

Color Harmonies of #C93FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FB6

Black with #C93FB6

Text Example


Text Example

White with #C93FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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