Html Css Color HEX #C245B1 Fuchsia

📋 copy color: '#C245B1'

red 194 ◦ green 69 ◦ blue 177

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

Shades of Fuchsia #C245B1

Tints of Fuchsia #C245B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.23%

R = 44.09%
G = 15.68%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C245B1 (or 0xC245B1) is known color: Fuchsia. HEX triplet: C2, 45 and B1. RGB value is (194,69,177). Sum of RGB (Red+Green+Blue) = 194+69+177=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C245B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245B1 is #3DBA4E. Grayscale: #767676. Windows color (decimal): -4045391 or 11617730. OLE color: 11617730.

HSL color Cylindrical-coordinate representation of color #C245B1: hue angle of 308.16º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C245B1 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 177 -
CMYK 0 0.64 0.09 0.24
HSL 308.16º 0.51% 0.52% -
HSV(B) 308.16º 0.64% 0.76% -
XYZ 32.31 18.9 43.54 -
YUV 118.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 194 69 177 0 0.64 0.09 0.24 308.16 0.51 0.52
Hex C2 45 B1 0 40 9 18 134 33 34
Octal 302 105 261 0 100 11 30 464 63 64
Binary 11000010 1000101 10110001 0 1000000 1001 11000 100110100 110011 110100

Color Harmonies of #C245B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245B1

Black with #C245B1

Text Example


Text Example

White with #C245B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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