Html Css Color HEX #C545CE Fuchsia

📋 copy color: '#C545CE'

red 197 ◦ green 69 ◦ blue 206

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

Shades of Fuchsia #C545CE

Tints of Fuchsia #C545CE

RGB

 RED value IS 197 (77.34% from 255) = 41.74%

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

 BLUE value IS 206 (80.86% from 255) = 43.64%

R = 41.74%
G = 14.62%
B = 43.64%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C545CE (or 0xC545CE) is known color: Fuchsia. HEX triplet: C5, 45 and CE. RGB value is (197,69,206). Sum of RGB (Red+Green+Blue) = 197+69+206=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C545CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545CE is #3ABA31. Grayscale: #7A7A7A. Windows color (decimal): -3848754 or 13518277. OLE color: 13518277.

HSL color Cylindrical-coordinate representation of color #C545CE: hue angle of 296.06º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C545CE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 69 206 -
CMYK 0.04 0.67 0 0.19
HSL 296.06º 0.58% 0.54% -
HSV(B) 296.06º 0.67% 0.81% -
XYZ 36.29 20.58 60.45 -
YUV 122.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 197 69 206 0.04 0.67 0 0.19 296.06 0.58 0.54
Hex C5 45 CE 4 43 0 13 128 3A 36
Octal 305 105 316 4 103 0 23 450 72 66
Binary 11000101 1000101 11001110 100 1000011 0 10011 100101000 111010 110110

Color Harmonies of #C545CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545CE

Black with #C545CE

Text Example


Text Example

White with #C545CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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