Html Css Color HEX #C245B7 Fuchsia

📋 copy color: '#C245B7'

red 194 ◦ green 69 ◦ blue 183

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

Shades of Fuchsia #C245B7

Tints of Fuchsia #C245B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.03%

R = 43.5%
G = 15.47%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C245B7 (or 0xC245B7) is known color: Fuchsia. HEX triplet: C2, 45 and B7. RGB value is (194,69,183). Sum of RGB (Red+Green+Blue) = 194+69+183=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C245B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245B7 is #3DBA48. Grayscale: #777777. Windows color (decimal): -4045385 or 12010946. OLE color: 12010946.

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

Color convert

RGB 194 69 183 -
CMYK 0 0.64 0.06 0.24
HSL 305.28º 0.51% 0.52% -
HSV(B) 305.28º 0.64% 0.76% -
XYZ 32.92 19.14 46.76 -
YUV 119.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 194 69 183 0 0.64 0.06 0.24 305.28 0.51 0.52
Hex C2 45 B7 0 40 6 18 131 33 34
Octal 302 105 267 0 100 6 30 461 63 64
Binary 11000010 1000101 10110111 0 1000000 110 11000 100110001 110011 110100

Color Harmonies of #C245B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245B7

Black with #C245B7

Text Example


Text Example

White with #C245B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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