Html Css Color HEX #C246CA Fuchsia

📋 copy color: '#C246CA'

red 194 ◦ green 70 ◦ blue 202

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

Shades of Fuchsia #C246CA

Tints of Fuchsia #C246CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.02%

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

R = 41.63%
G = 15.02%
B = 43.35%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C246CA (or 0xC246CA) is known color: Fuchsia. HEX triplet: C2, 46 and CA. RGB value is (194,70,202). Sum of RGB (Red+Green+Blue) = 194+70+202=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #C246CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246CA is #3DB935. Grayscale: #797979. Windows color (decimal): -4045110 or 13256386. OLE color: 13256386.

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

Color convert

RGB 194 70 202 -
CMYK 0.04 0.65 0 0.21
HSL 296.36º 0.55% 0.53% -
HSV(B) 296.36º 0.65% 0.79% -
XYZ 35.1 20.11 57.91 -
YUV 122.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 194 70 202 0.04 0.65 0 0.21 296.36 0.55 0.53
Hex C2 46 CA 4 41 0 15 128 37 35
Octal 302 106 312 4 101 0 25 450 67 65
Binary 11000010 1000110 11001010 100 1000001 0 10101 100101000 110111 110101

Color Harmonies of #C246CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C246CA

Black with #C246CA

Text Example


Text Example

White with #C246CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C246CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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