Html Css Color HEX #C93BD0 Fuchsia

📋 copy color: '#C93BD0'

red 201 ◦ green 59 ◦ blue 208

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

Shades of Fuchsia #C93BD0

Tints of Fuchsia #C93BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.44%

R = 42.95%
G = 12.61%
B = 44.44%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C93BD0 (or 0xC93BD0) is known color: Fuchsia. HEX triplet: C9, 3B and D0. RGB value is (201,59,208). Sum of RGB (Red+Green+Blue) = 201+59+208=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #C93BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BD0 is #36C42F. Grayscale: #757575. Windows color (decimal): -3589168 or 13646793. OLE color: 13646793.

HSL color Cylindrical-coordinate representation of color #C93BD0: hue angle of 297.18º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93BD0 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 59 208 -
CMYK 0.03 0.72 0 0.18
HSL 297.18º 0.61% 0.52% -
HSV(B) 297.18º 0.72% 0.82% -
XYZ 37.04 20.1 61.6 -
YUV 118.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 201 59 208 0.03 0.72 0 0.18 297.18 0.61 0.52
Hex C9 3B D0 3 48 0 12 129 3D 34
Octal 311 73 320 3 110 0 22 451 75 64
Binary 11001001 111011 11010000 11 1001000 0 10010 100101001 111101 110100

Color Harmonies of #C93BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BD0

Black with #C93BD0

Text Example


Text Example

White with #C93BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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