Html Css Color HEX #C245C5 Fuchsia

📋 copy color: '#C245C5'

red 194 ◦ green 69 ◦ blue 197

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

Shades of Fuchsia #C245C5

Tints of Fuchsia #C245C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.83%

R = 42.17%
G = 15%
B = 42.83%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C245C5 (or 0xC245C5) is known color: Fuchsia. HEX triplet: C2, 45 and C5. RGB value is (194,69,197). Sum of RGB (Red+Green+Blue) = 194+69+197=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #C245C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245C5 is #3DBA3A. Grayscale: #787878. Windows color (decimal): -4045371 or 12928450. OLE color: 12928450.

HSL color Cylindrical-coordinate representation of color #C245C5: hue angle of 298.59º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C245C5 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 69 197 -
CMYK 0.02 0.65 0 0.23
HSL 298.59º 0.52% 0.52% -
HSV(B) 298.59º 0.65% 0.77% -
XYZ 34.45 19.76 54.82 -
YUV 120.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 194 69 197 0.02 0.65 0 0.23 298.59 0.52 0.52
Hex C2 45 C5 2 41 0 17 12B 34 34
Octal 302 105 305 2 101 0 27 453 64 64
Binary 11000010 1000101 11000101 10 1000001 0 10111 100101011 110100 110100

Color Harmonies of #C245C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245C5

Black with #C245C5

Text Example


Text Example

White with #C245C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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