Html Css Color HEX #C93CB2 Fuchsia

📋 copy color: '#C93CB2'

red 201 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #C93CB2

Tints of Fuchsia #C93CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 45.79%
G = 13.67%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C93CB2 (or 0xC93CB2) is known color: Fuchsia. HEX triplet: C9, 3C and B2. RGB value is (201,60,178). Sum of RGB (Red+Green+Blue) = 201+60+178=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CB2 is #36C34D. Grayscale: #737373. Windows color (decimal): -3588942 or 11680969. OLE color: 11680969.

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

Color convert

RGB 201 60 178 -
CMYK 0 0.70 0.11 0.21
HSL 309.79º 0.57% 0.51% -
HSV(B) 309.79º 0.7% 0.79% -
XYZ 33.74 18.86 43.98 -
YUV 115.61 163.21 188.91 -
System Red Green Blue C M Y K H S L
Decimal 201 60 178 0 0.70 0.11 0.21 309.79 0.57 0.51
Hex C9 3C B2 0 46 B 15 136 39 33
Octal 311 74 262 0 106 13 25 466 71 63
Binary 11001001 111100 10110010 0 1000110 1011 10101 100110110 111001 110011

Color Harmonies of #C93CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CB2

Black with #C93CB2

Text Example


Text Example

White with #C93CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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