Html Css Color HEX #C93EBE Fuchsia

📋 copy color: '#C93EBE'

red 201 ◦ green 62 ◦ blue 190

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

Shades of Fuchsia #C93EBE

Tints of Fuchsia #C93EBE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.69%

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

R = 44.37%
G = 13.69%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C93EBE (or 0xC93EBE) is known color: Fuchsia. HEX triplet: C9, 3E and BE. RGB value is (201,62,190). Sum of RGB (Red+Green+Blue) = 201+62+190=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93EBE is #36C141. Grayscale: #757575. Windows color (decimal): -3588418 or 12467913. OLE color: 12467913.

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

Color convert

RGB 201 62 190 -
CMYK 0 0.69 0.05 0.21
HSL 304.75º 0.56% 0.52% -
HSV(B) 304.75º 0.69% 0.79% -
XYZ 35.1 19.58 50.64 -
YUV 118.15 168.55 187.09 -
System Red Green Blue C M Y K H S L
Decimal 201 62 190 0 0.69 0.05 0.21 304.75 0.56 0.52
Hex C9 3E BE 0 45 5 15 131 38 34
Octal 311 76 276 0 105 5 25 461 70 64
Binary 11001001 111110 10111110 0 1000101 101 10101 100110001 111000 110100

Color Harmonies of #C93EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93EBE

Black with #C93EBE

Text Example


Text Example

White with #C93EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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