Html Css Color HEX #C745CD Fuchsia

📋 copy color: '#C745CD'

red 199 ◦ green 69 ◦ blue 205

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

Shades of Fuchsia #C745CD

Tints of Fuchsia #C745CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 42.07%
G = 14.59%
B = 43.34%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C745CD (or 0xC745CD) is known color: Fuchsia. HEX triplet: C7, 45 and CD. RGB value is (199,69,205). Sum of RGB (Red+Green+Blue) = 199+69+205=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #C745CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745CD is #38BA32. Grayscale: #7A7A7A. Windows color (decimal): -3717683 or 13452743. OLE color: 13452743.

HSL color Cylindrical-coordinate representation of color #C745CD: hue angle of 297.35º degrees, saturation: 0.58, 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 #C745CD is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 69 205 -
CMYK 0.03 0.66 0 0.20
HSL 297.35º 0.58% 0.54% -
HSV(B) 297.35º 0.66% 0.8% -
XYZ 36.7 20.81 59.84 -
YUV 123.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 199 69 205 0.03 0.66 0 0.20 297.35 0.58 0.54
Hex C7 45 CD 3 42 0 14 129 3A 36
Octal 307 105 315 3 102 0 24 451 72 66
Binary 11000111 1000101 11001101 11 1000010 0 10100 100101001 111010 110110

Color Harmonies of #C745CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C745CD

Black with #C745CD

Text Example


Text Example

White with #C745CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C745CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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