Html Css Color HEX #C45DC7 Fuchsia

📋 copy color: '#C45DC7'

red 196 ◦ green 93 ◦ blue 199

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

Shades of Fuchsia #C45DC7

Tints of Fuchsia #C45DC7

RGB

 RED value IS 196 (76.95% from 255) = 40.16%

 GREEN value IS 93 (36.72% from 255) = 19.06%

 BLUE value IS 199 (78.13% from 255) = 40.78%

R = 40.16%
G = 19.06%
B = 40.78%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C45DC7 (or 0xC45DC7) is known color: Fuchsia. HEX triplet: C4, 5D and C7. RGB value is (196,93,199). Sum of RGB (Red+Green+Blue) = 196+93+199=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 199 - color contains mainly: blue. Hex color #C45DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DC7 is #3BA238. Grayscale: #878787. Windows color (decimal): -3908153 or 13065668. OLE color: 13065668.

HSL color Cylindrical-coordinate representation of color #C45DC7: hue angle of 298.3º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45DC7 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 93 199 -
CMYK 0.02 0.53 0 0.22
HSL 298.3º 0.49% 0.57% -
HSV(B) 298.3º 0.53% 0.78% -
XYZ 36.99 23.69 56.66 -
YUV 135.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 196 93 199 0.02 0.53 0 0.22 298.3 0.49 0.57
Hex C4 5D C7 2 35 0 16 12A 31 39
Octal 304 135 307 2 65 0 26 452 61 71
Binary 11000100 1011101 11000111 10 110101 0 10110 100101010 110001 111001

Color Harmonies of #C45DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DC7

Black with #C45DC7

Text Example


Text Example

White with #C45DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DC7; }

 p { color: rgb(196,93,199); }

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

background-color css

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

 a { background-color: rgb(196,93,199); }

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

border-color css

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

 span { border-color: rgb(196,93,199); }

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