Html Css Color HEX #C243CA Fuchsia

📋 copy color: '#C243CA'

red 194 ◦ green 67 ◦ blue 202

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

Shades of Fuchsia #C243CA

Tints of Fuchsia #C243CA

RGB

 RED value IS 194 (76.17% from 255) = 41.9%

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

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

R = 41.9%
G = 14.47%
B = 43.63%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C243CA (or 0xC243CA) is known color: Fuchsia. HEX triplet: C2, 43 and CA. RGB value is (194,67,202). Sum of RGB (Red+Green+Blue) = 194+67+202=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 67 (26.56% from 255 or 14.47% 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 #C243CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243CA is #3DBC35. Grayscale: #777777. Windows color (decimal): -4045878 or 13255618. OLE color: 13255618.

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

Color convert

RGB 194 67 202 -
CMYK 0.04 0.67 0 0.21
HSL 296.44º 0.56% 0.53% -
HSV(B) 296.44º 0.67% 0.79% -
XYZ 34.92 19.75 57.85 -
YUV 120.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 194 67 202 0.04 0.67 0 0.21 296.44 0.56 0.53
Hex C2 43 CA 4 43 0 15 128 38 35
Octal 302 103 312 4 103 0 25 450 70 65
Binary 11000010 1000011 11001010 100 1000011 0 10101 100101000 111000 110101

Color Harmonies of #C243CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C243CA

Black with #C243CA

Text Example


Text Example

White with #C243CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C243CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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