Html Css Color HEX #C750CE Fuchsia

📋 copy color: '#C750CE'

red 199 ◦ green 80 ◦ blue 206

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

Shades of Fuchsia #C750CE

Tints of Fuchsia #C750CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.49%

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

R = 41.03%
G = 16.49%
B = 42.47%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C750CE (or 0xC750CE) is known color: Fuchsia. HEX triplet: C7, 50 and CE. RGB value is (199,80,206). Sum of RGB (Red+Green+Blue) = 199+80+206=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #C750CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750CE is #38AF31. Grayscale: #818181. Windows color (decimal): -3714866 or 13521095. OLE color: 13521095.

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

Color convert

RGB 199 80 206 -
CMYK 0.03 0.61 0 0.19
HSL 296.67º 0.56% 0.56% -
HSV(B) 296.67º 0.61% 0.81% -
XYZ 37.56 22.34 60.72 -
YUV 129.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 199 80 206 0.03 0.61 0 0.19 296.67 0.56 0.56
Hex C7 50 CE 3 3D 0 13 129 38 38
Octal 307 120 316 3 75 0 23 451 70 70
Binary 11000111 1010000 11001110 11 111101 0 10011 100101001 111000 111000

Color Harmonies of #C750CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750CE

Black with #C750CE

Text Example


Text Example

White with #C750CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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