Html Css Color HEX #C93CCA Fuchsia

📋 copy color: '#C93CCA'

red 201 ◦ green 60 ◦ blue 202

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

Shades of Fuchsia #C93CCA

Tints of Fuchsia #C93CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 43.41%
G = 12.96%
B = 43.63%

CMYK

 C value IS 0.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C93CCA (or 0xC93CCA) is known color: Fuchsia. HEX triplet: C9, 3C and CA. RGB value is (201,60,202). Sum of RGB (Red+Green+Blue) = 201+60+202=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #C93CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CCA is #36C335. Grayscale: #757575. Windows color (decimal): -3588918 or 13253833. OLE color: 13253833.

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

Color convert

RGB 201 60 202 -
CMYK 0.00 0.70 0 0.21
HSL 299.58º 0.57% 0.51% -
HSV(B) 299.58º 0.7% 0.79% -
XYZ 36.36 19.91 57.8 -
YUV 118.35 175.21 186.95 -
System Red Green Blue C M Y K H S L
Decimal 201 60 202 0.00 0.70 0 0.21 299.58 0.57 0.51
Hex C9 3C CA 0 46 0 15 12C 39 33
Octal 311 74 312 0 106 0 25 454 71 63
Binary 11001001 111100 11001010 0 1000110 0 10101 100101100 111001 110011

Color Harmonies of #C93CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CCA

Black with #C93CCA

Text Example


Text Example

White with #C93CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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