Html Css Color HEX #C93AB6 Fuchsia

📋 copy color: '#C93AB6'

red 201 ◦ green 58 ◦ blue 182

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

Shades of Fuchsia #C93AB6

Tints of Fuchsia #C93AB6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.15%

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

R = 45.58%
G = 13.15%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C93AB6 (or 0xC93AB6) is known color: Fuchsia. HEX triplet: C9, 3A and B6. RGB value is (201,58,182). Sum of RGB (Red+Green+Blue) = 201+58+182=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AB6 is #36C549. Grayscale: #727272. Windows color (decimal): -3589450 or 11942601. OLE color: 11942601.

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

Color convert

RGB 201 58 182 -
CMYK 0 0.71 0.09 0.21
HSL 307.97º 0.57% 0.51% -
HSV(B) 307.97º 0.71% 0.79% -
XYZ 34.04 18.82 46.09 -
YUV 114.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 201 58 182 0 0.71 0.09 0.21 307.97 0.57 0.51
Hex C9 3A B6 0 47 9 15 134 39 33
Octal 311 72 266 0 107 11 25 464 71 63
Binary 11001001 111010 10110110 0 1000111 1001 10101 100110100 111001 110011

Color Harmonies of #C93AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93AB6

Black with #C93AB6

Text Example


Text Example

White with #C93AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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