Html Css Color HEX #C943CA Fuchsia

📋 copy color: '#C943CA'

red 201 ◦ green 67 ◦ blue 202

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

Shades of Fuchsia #C943CA

Tints of Fuchsia #C943CA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.26%

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

R = 42.77%
G = 14.26%
B = 42.98%

CMYK

 C value IS 0.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C943CA (or 0xC943CA) is known color: Fuchsia. HEX triplet: C9, 43 and CA. RGB value is (201,67,202). Sum of RGB (Red+Green+Blue) = 201+67+202=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #C943CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943CA is #36BC35. Grayscale: #7A7A7A. Windows color (decimal): -3587126 or 13255625. OLE color: 13255625.

HSL color Cylindrical-coordinate representation of color #C943CA: hue angle of 299.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C943CA is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 202 -
CMYK 0.00 0.67 0 0.21
HSL 299.56º 0.56% 0.53% -
HSV(B) 299.56º 0.67% 0.79% -
XYZ 36.76 20.7 57.93 -
YUV 122.46 172.89 184.02 -
System Red Green Blue C M Y K H S L
Decimal 201 67 202 0.00 0.67 0 0.21 299.56 0.56 0.53
Hex C9 43 CA 0 43 0 15 12C 38 35
Octal 311 103 312 0 103 0 25 454 70 65
Binary 11001001 1000011 11001010 0 1000011 0 10101 100101100 111000 110101

Color Harmonies of #C943CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943CA

Black with #C943CA

Text Example


Text Example

White with #C943CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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