Html Css Color HEX #C93DC6 Fuchsia

📋 copy color: '#C93DC6'

red 201 ◦ green 61 ◦ blue 198

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

Shades of Fuchsia #C93DC6

Tints of Fuchsia #C93DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 43.7%
G = 13.26%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C93DC6 (or 0xC93DC6) is known color: Fuchsia. HEX triplet: C9, 3D and C6. RGB value is (201,61,198). Sum of RGB (Red+Green+Blue) = 201+61+198=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 61 (24.22% from 255 or 13.26% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DC6 is #36C239. Grayscale: #767676. Windows color (decimal): -3588666 or 12991945. OLE color: 12991945.

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

Color convert

RGB 201 61 198 -
CMYK 0 0.70 0.01 0.21
HSL 301.29º 0.56% 0.51% -
HSV(B) 301.29º 0.7% 0.79% -
XYZ 35.95 19.83 55.36 -
YUV 118.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 201 61 198 0 0.70 0.01 0.21 301.29 0.56 0.51
Hex C9 3D C6 0 46 1 15 12D 38 33
Octal 311 75 306 0 106 1 25 455 70 63
Binary 11001001 111101 11000110 0 1000110 1 10101 100101101 111000 110011

Color Harmonies of #C93DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DC6

Black with #C93DC6

Text Example


Text Example

White with #C93DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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