Html Css Color HEX #C93DB7 Fuchsia

📋 copy color: '#C93DB7'

red 201 ◦ green 61 ◦ blue 183

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

Shades of Fuchsia #C93DB7

Tints of Fuchsia #C93DB7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.71%

 BLUE value IS 183 (71.88% from 255) = 41.12%

R = 45.17%
G = 13.71%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C93DB7 (or 0xC93DB7) is known color: Fuchsia. HEX triplet: C9, 3D and B7. RGB value is (201,61,183). Sum of RGB (Red+Green+Blue) = 201+61+183=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DB7 is #36C248. Grayscale: #747474. Windows color (decimal): -3588681 or 12008905. OLE color: 12008905.

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

Color convert

RGB 201 61 183 -
CMYK 0 0.70 0.09 0.21
HSL 307.71º 0.56% 0.51% -
HSV(B) 307.71º 0.7% 0.79% -
XYZ 34.3 19.17 46.69 -
YUV 116.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 201 61 183 0 0.70 0.09 0.21 307.71 0.56 0.51
Hex C9 3D B7 0 46 9 15 134 38 33
Octal 311 75 267 0 106 11 25 464 70 63
Binary 11001001 111101 10110111 0 1000110 1001 10101 100110100 111000 110011

Color Harmonies of #C93DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DB7

Black with #C93DB7

Text Example


Text Example

White with #C93DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DB7; }

 p { color: rgb(201,61,183); }

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

background-color css

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

 a { background-color: rgb(201,61,183); }

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

border-color css

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

 span { border-color: rgb(201,61,183); }

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