Html Css Color HEX #C93CD0 Fuchsia

📋 copy color: '#C93CD0'

red 201 ◦ green 60 ◦ blue 208

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

Shades of Fuchsia #C93CD0

Tints of Fuchsia #C93CD0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.79%

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

R = 42.86%
G = 12.79%
B = 44.35%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C93CD0 (or 0xC93CD0) is known color: Fuchsia. HEX triplet: C9, 3C and D0. RGB value is (201,60,208). Sum of RGB (Red+Green+Blue) = 201+60+208=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #C93CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CD0 is #36C32F. Grayscale: #767676. Windows color (decimal): -3588912 or 13647049. OLE color: 13647049.

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

Color convert

RGB 201 60 208 -
CMYK 0.03 0.71 0 0.18
HSL 297.16º 0.61% 0.53% -
HSV(B) 297.16º 0.71% 0.82% -
XYZ 37.09 20.2 61.62 -
YUV 119.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 201 60 208 0.03 0.71 0 0.18 297.16 0.61 0.53
Hex C9 3C D0 3 47 0 12 129 3D 35
Octal 311 74 320 3 107 0 22 451 75 65
Binary 11001001 111100 11010000 11 1000111 0 10010 100101001 111101 110101

Color Harmonies of #C93CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CD0

Black with #C93CD0

Text Example


Text Example

White with #C93CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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