Html Css Color HEX #C750C2 Fuchsia

📋 copy color: '#C750C2'

red 199 ◦ green 80 ◦ blue 194

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

Shades of Fuchsia #C750C2

Tints of Fuchsia #C750C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 42.07%
G = 16.91%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C750C2 (or 0xC750C2) is known color: Fuchsia. HEX triplet: C7, 50 and C2. RGB value is (199,80,194). Sum of RGB (Red+Green+Blue) = 199+80+194=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C750C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750C2 is #38AF3D. Grayscale: #808080. Windows color (decimal): -3714878 or 12734663. OLE color: 12734663.

HSL color Cylindrical-coordinate representation of color #C750C2: hue angle of 302.52º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C750C2 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 194 -
CMYK 0 0.60 0.03 0.22
HSL 302.52º 0.52% 0.55% -
HSV(B) 302.52º 0.6% 0.78% -
XYZ 36.16 21.77 53.34 -
YUV 128.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 199 80 194 0 0.60 0.03 0.22 302.52 0.52 0.55
Hex C7 50 C2 0 3C 3 16 12F 34 37
Octal 307 120 302 0 74 3 26 457 64 67
Binary 11000111 1010000 11000010 0 111100 11 10110 100101111 110100 110111

Color Harmonies of #C750C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750C2

Black with #C750C2

Text Example


Text Example

White with #C750C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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