Html Css Color HEX #C93CBE Fuchsia

📋 copy color: '#C93CBE'

red 201 ◦ green 60 ◦ blue 190

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

Shades of Fuchsia #C93CBE

Tints of Fuchsia #C93CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 44.57%
G = 13.3%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C93CBE (or 0xC93CBE) is known color: Fuchsia. HEX triplet: C9, 3C and BE. RGB value is (201,60,190). Sum of RGB (Red+Green+Blue) = 201+60+190=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CBE is #36C341. Grayscale: #747474. Windows color (decimal): -3588930 or 12467401. OLE color: 12467401.

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

Color convert

RGB 201 60 190 -
CMYK 0 0.70 0.05 0.21
HSL 304.68º 0.57% 0.51% -
HSV(B) 304.68º 0.7% 0.79% -
XYZ 35 19.37 50.61 -
YUV 116.98 169.21 187.93 -
System Red Green Blue C M Y K H S L
Decimal 201 60 190 0 0.70 0.05 0.21 304.68 0.57 0.51
Hex C9 3C BE 0 46 5 15 131 39 33
Octal 311 74 276 0 106 5 25 461 71 63
Binary 11001001 111100 10111110 0 1000110 101 10101 100110001 111001 110011

Color Harmonies of #C93CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CBE

Black with #C93CBE

Text Example


Text Example

White with #C93CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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