Html Css Color HEX #C742CD Fuchsia

📋 copy color: '#C742CD'

red 199 ◦ green 66 ◦ blue 205

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

Shades of Fuchsia #C742CD

Tints of Fuchsia #C742CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.04%

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

R = 42.34%
G = 14.04%
B = 43.62%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C742CD (or 0xC742CD) is known color: Fuchsia. HEX triplet: C7, 42 and CD. RGB value is (199,66,205). Sum of RGB (Red+Green+Blue) = 199+66+205=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #C742CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742CD is #38BD32. Grayscale: #797979. Windows color (decimal): -3718451 or 13451975. OLE color: 13451975.

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

Color convert

RGB 199 66 205 -
CMYK 0.03 0.68 0 0.20
HSL 297.41º 0.58% 0.53% -
HSV(B) 297.41º 0.68% 0.8% -
XYZ 36.52 20.45 59.78 -
YUV 121.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 199 66 205 0.03 0.68 0 0.20 297.41 0.58 0.53
Hex C7 42 CD 3 44 0 14 129 3A 35
Octal 307 102 315 3 104 0 24 451 72 65
Binary 11000111 1000010 11001101 11 1000100 0 10100 100101001 111010 110101

Color Harmonies of #C742CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C742CD

Black with #C742CD

Text Example


Text Example

White with #C742CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C742CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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