Html Css Color HEX #C93DC5 Fuchsia

📋 copy color: '#C93DC5'

red 201 ◦ green 61 ◦ blue 197

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

Shades of Fuchsia #C93DC5

Tints of Fuchsia #C93DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.92%

R = 43.79%
G = 13.29%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C93DC5 (or 0xC93DC5) is known color: Fuchsia. HEX triplet: C9, 3D and C5. RGB value is (201,61,197). Sum of RGB (Red+Green+Blue) = 201+61+197=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DC5 is #36C23A. Grayscale: #757575. Windows color (decimal): -3588667 or 12926409. OLE color: 12926409.

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

Color convert

RGB 201 61 197 -
CMYK 0 0.70 0.02 0.21
HSL 301.71º 0.56% 0.51% -
HSV(B) 301.71º 0.7% 0.79% -
XYZ 35.83 19.79 54.75 -
YUV 118.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 201 61 197 0 0.70 0.02 0.21 301.71 0.56 0.51
Hex C9 3D C5 0 46 2 15 12E 38 33
Octal 311 75 305 0 106 2 25 456 70 63
Binary 11001001 111101 11000101 0 1000110 10 10101 100101110 111000 110011

Color Harmonies of #C93DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DC5

Black with #C93DC5

Text Example


Text Example

White with #C93DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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