Html Css Color HEX #C745CC Fuchsia

📋 copy color: '#C745CC'

red 199 ◦ green 69 ◦ blue 204

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

Shades of Fuchsia #C745CC

Tints of Fuchsia #C745CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 42.16%
G = 14.62%
B = 43.22%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C745CC (or 0xC745CC) is known color: Fuchsia. HEX triplet: C7, 45 and CC. RGB value is (199,69,204). Sum of RGB (Red+Green+Blue) = 199+69+204=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C745CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745CC is #38BA33. Grayscale: #7A7A7A. Windows color (decimal): -3717684 or 13387207. OLE color: 13387207.

HSL color Cylindrical-coordinate representation of color #C745CC: hue angle of 297.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C745CC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 69 204 -
CMYK 0.02 0.66 0 0.2
HSL 297.78º 0.57% 0.54% -
HSV(B) 297.78º 0.66% 0.8% -
XYZ 36.58 20.76 59.21 -
YUV 123.26 173.57 182.02 -
System Red Green Blue C M Y K H S L
Decimal 199 69 204 0.02 0.66 0 0.2 297.78 0.57 0.54
Hex C7 45 CC 2 42 0 14 12A 39 36
Octal 307 105 314 2 102 0 24 452 71 66
Binary 11000111 1000101 11001100 10 1000010 0 10100 100101010 111001 110110

Color Harmonies of #C745CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745CC

Black with #C745CC

Text Example


Text Example

White with #C745CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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