Html Css Color HEX #C93DBB Fuchsia

📋 copy color: '#C93DBB'

red 201 ◦ green 61 ◦ blue 187

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

Shades of Fuchsia #C93DBB

Tints of Fuchsia #C93DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 44.77%
G = 13.59%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C93DBB (or 0xC93DBB) is known color: Fuchsia. HEX triplet: C9, 3D and BB. RGB value is (201,61,187). Sum of RGB (Red+Green+Blue) = 201+61+187=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DBB is #36C244. Grayscale: #747474. Windows color (decimal): -3588677 or 12271049. OLE color: 12271049.

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

Color convert

RGB 201 61 187 -
CMYK 0 0.70 0.07 0.21
HSL 306º 0.56% 0.51% -
HSV(B) 306º 0.7% 0.79% -
XYZ 34.73 19.34 48.92 -
YUV 117.22 167.38 187.75 -
System Red Green Blue C M Y K H S L
Decimal 201 61 187 0 0.70 0.07 0.21 306 0.56 0.51
Hex C9 3D BB 0 46 7 15 132 38 33
Octal 311 75 273 0 106 7 25 462 70 63
Binary 11001001 111101 10111011 0 1000110 111 10101 100110010 111000 110011

Color Harmonies of #C93DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DBB

Black with #C93DBB

Text Example


Text Example

White with #C93DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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