Html Css Color HEX #C742CE Fuchsia

📋 copy color: '#C742CE'

red 199 ◦ green 66 ◦ blue 206

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

Shades of Fuchsia #C742CE

Tints of Fuchsia #C742CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 42.25%
G = 14.01%
B = 43.74%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C742CE (or 0xC742CE) is known color: Fuchsia. HEX triplet: C7, 42 and CE. RGB value is (199,66,206). Sum of RGB (Red+Green+Blue) = 199+66+206=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #C742CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742CE is #38BD31. Grayscale: #797979. Windows color (decimal): -3718450 or 13517511. OLE color: 13517511.

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

Color convert

RGB 199 66 206 -
CMYK 0.03 0.68 0 0.19
HSL 297º 0.59% 0.53% -
HSV(B) 297º 0.68% 0.81% -
XYZ 36.64 20.49 60.42 -
YUV 121.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 199 66 206 0.03 0.68 0 0.19 297 0.59 0.53
Hex C7 42 CE 3 44 0 13 129 3B 35
Octal 307 102 316 3 104 0 23 451 73 65
Binary 11000111 1000010 11001110 11 1000100 0 10011 100101001 111011 110101

Color Harmonies of #C742CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C742CE

Black with #C742CE

Text Example


Text Example

White with #C742CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C742CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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