Html Css Color HEX #C93DCC Fuchsia

📋 copy color: '#C93DCC'

red 201 ◦ green 61 ◦ blue 204

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

Shades of Fuchsia #C93DCC

Tints of Fuchsia #C93DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 43.13%
G = 13.09%
B = 43.78%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C93DCC (or 0xC93DCC) is known color: Fuchsia. HEX triplet: C9, 3D and CC. RGB value is (201,61,204). Sum of RGB (Red+Green+Blue) = 201+61+204=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #C93DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DCC is #36C233. Grayscale: #767676. Windows color (decimal): -3588660 or 13385161. OLE color: 13385161.

HSL color Cylindrical-coordinate representation of color #C93DCC: hue angle of 298.74º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93DCC is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 61 204 -
CMYK 0.01 0.70 0 0.2
HSL 298.74º 0.58% 0.52% -
HSV(B) 298.74º 0.7% 0.8% -
XYZ 36.66 20.11 59.08 -
YUV 119.16 175.88 186.37 -
System Red Green Blue C M Y K H S L
Decimal 201 61 204 0.01 0.70 0 0.2 298.74 0.58 0.52
Hex C9 3D CC 1 46 0 14 12B 3A 34
Octal 311 75 314 1 106 0 24 453 72 64
Binary 11001001 111101 11001100 1 1000110 0 10100 100101011 111010 110100

Color Harmonies of #C93DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DCC

Black with #C93DCC

Text Example


Text Example

White with #C93DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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