Html Css Color HEX #C93BCD Fuchsia

📋 copy color: '#C93BCD'

red 201 ◦ green 59 ◦ blue 205

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

Shades of Fuchsia #C93BCD

Tints of Fuchsia #C93BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.69%

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 43.23%
G = 12.69%
B = 44.09%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C93BCD (or 0xC93BCD) is known color: Fuchsia. HEX triplet: C9, 3B and CD. RGB value is (201,59,205). Sum of RGB (Red+Green+Blue) = 201+59+205=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C93BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BCD is #36C432. Grayscale: #757575. Windows color (decimal): -3589171 or 13450185. OLE color: 13450185.

HSL color Cylindrical-coordinate representation of color #C93BCD: hue angle of 298.36º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93BCD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 59 205 -
CMYK 0.02 0.71 0 0.20
HSL 298.36º 0.59% 0.52% -
HSV(B) 298.36º 0.71% 0.8% -
XYZ 36.67 19.95 59.68 -
YUV 118.1 177.04 187.13 -
System Red Green Blue C M Y K H S L
Decimal 201 59 205 0.02 0.71 0 0.20 298.36 0.59 0.52
Hex C9 3B CD 2 47 0 14 12A 3B 34
Octal 311 73 315 2 107 0 24 452 73 64
Binary 11001001 111011 11001101 10 1000111 0 10100 100101010 111011 110100

Color Harmonies of #C93BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BCD

Black with #C93BCD

Text Example


Text Example

White with #C93BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BCD; }

 p { color: rgb(201,59,205); }

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

background-color css

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

 a { background-color: rgb(201,59,205); }

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

border-color css

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

 span { border-color: rgb(201,59,205); }

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