Html Css Color HEX #C740CD Fuchsia

📋 copy color: '#C740CD'

red 199 ◦ green 64 ◦ blue 205

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

Shades of Fuchsia #C740CD

Tints of Fuchsia #C740CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.68%

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

R = 42.52%
G = 13.68%
B = 43.8%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C740CD (or 0xC740CD) is known color: Fuchsia. HEX triplet: C7, 40 and CD. RGB value is (199,64,205). Sum of RGB (Red+Green+Blue) = 199+64+205=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #C740CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C740CD is #38BF32. Grayscale: #787878. Windows color (decimal): -3718963 or 13451463. OLE color: 13451463.

HSL color Cylindrical-coordinate representation of color #C740CD: hue angle of 297.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C740CD is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 64 205 -
CMYK 0.03 0.69 0 0.20
HSL 297.45º 0.59% 0.53% -
HSV(B) 297.45º 0.69% 0.8% -
XYZ 36.41 20.22 59.74 -
YUV 120.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 199 64 205 0.03 0.69 0 0.20 297.45 0.59 0.53
Hex C7 40 CD 3 45 0 14 129 3B 35
Octal 307 100 315 3 105 0 24 451 73 65
Binary 11000111 1000000 11001101 11 1000101 0 10100 100101001 111011 110101

Color Harmonies of #C740CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740CD

Black with #C740CD

Text Example


Text Example

White with #C740CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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