Html Css Color HEX #C245B2 Fuchsia

📋 copy color: '#C245B2'

red 194 ◦ green 69 ◦ blue 178

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

Shades of Fuchsia #C245B2

Tints of Fuchsia #C245B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.36%

R = 43.99%
G = 15.65%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C245B2 (or 0xC245B2) is known color: Fuchsia. HEX triplet: C2, 45 and B2. RGB value is (194,69,178). Sum of RGB (Red+Green+Blue) = 194+69+178=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C245B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245B2 is #3DBA4D. Grayscale: #767676. Windows color (decimal): -4045390 or 11683266. OLE color: 11683266.

HSL color Cylindrical-coordinate representation of color #C245B2: hue angle of 307.68º 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 #C245B2 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 178 -
CMYK 0 0.64 0.08 0.24
HSL 307.68º 0.51% 0.52% -
HSV(B) 307.68º 0.64% 0.76% -
XYZ 32.41 18.94 44.07 -
YUV 118.8 161.41 181.64 -
System Red Green Blue C M Y K H S L
Decimal 194 69 178 0 0.64 0.08 0.24 307.68 0.51 0.52
Hex C2 45 B2 0 40 8 18 134 33 34
Octal 302 105 262 0 100 10 30 464 63 64
Binary 11000010 1000101 10110010 0 1000000 1000 11000 100110100 110011 110100

Color Harmonies of #C245B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245B2

Black with #C245B2

Text Example


Text Example

White with #C245B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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