Html Css Color HEX #C245CA Fuchsia

📋 copy color: '#C245CA'

red 194 ◦ green 69 ◦ blue 202

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

Shades of Fuchsia #C245CA

Tints of Fuchsia #C245CA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.84%

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

R = 41.72%
G = 14.84%
B = 43.44%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C245CA (or 0xC245CA) is known color: Fuchsia. HEX triplet: C2, 45 and CA. RGB value is (194,69,202). Sum of RGB (Red+Green+Blue) = 194+69+202=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #C245CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245CA is #3DBA35. Grayscale: #797979. Windows color (decimal): -4045366 or 13256130. OLE color: 13256130.

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

Color convert

RGB 194 69 202 -
CMYK 0.04 0.66 0 0.21
HSL 296.39º 0.56% 0.53% -
HSV(B) 296.39º 0.66% 0.79% -
XYZ 35.04 19.99 57.89 -
YUV 121.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 194 69 202 0.04 0.66 0 0.21 296.39 0.56 0.53
Hex C2 45 CA 4 42 0 15 128 38 35
Octal 302 105 312 4 102 0 25 450 70 65
Binary 11000010 1000101 11001010 100 1000010 0 10101 100101000 111000 110101

Color Harmonies of #C245CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245CA

Black with #C245CA

Text Example


Text Example

White with #C245CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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