Html Css Color HEX #C745CF Fuchsia

📋 copy color: '#C745CF'

red 199 ◦ green 69 ◦ blue 207

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

Shades of Fuchsia #C745CF

Tints of Fuchsia #C745CF

RGB

 RED value IS 199 (78.13% from 255) = 41.89%

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

 BLUE value IS 207 (81.25% from 255) = 43.58%

R = 41.89%
G = 14.53%
B = 43.58%

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

#C745CF (or 0xC745CF) is known color: Fuchsia. HEX triplet: C7, 45 and CF. RGB value is (199,69,207). Sum of RGB (Red+Green+Blue) = 199+69+207=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #C745CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745CF is #38BA30. Grayscale: #7B7B7B. Windows color (decimal): -3717681 or 13583815. OLE color: 13583815.

HSL color Cylindrical-coordinate representation of color #C745CF: hue angle of 296.52º degrees, saturation: 0.59, 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 #C745CF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 69 207 -
CMYK 0.04 0.67 0 0.19
HSL 296.52º 0.59% 0.54% -
HSV(B) 296.52º 0.67% 0.81% -
XYZ 36.94 20.9 61.12 -
YUV 123.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 199 69 207 0.04 0.67 0 0.19 296.52 0.59 0.54
Hex C7 45 CF 4 43 0 13 129 3B 36
Octal 307 105 317 4 103 0 23 451 73 66
Binary 11000111 1000101 11001111 100 1000011 0 10011 100101001 111011 110110

Color Harmonies of #C745CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745CF

Black with #C745CF

Text Example


Text Example

White with #C745CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745CF; }

 p { color: rgb(199,69,207); }

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

background-color css

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

 a { background-color: rgb(199,69,207); }

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

border-color css

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

 span { border-color: rgb(199,69,207); }

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