Html Css Color HEX #C750CC Fuchsia

📋 copy color: '#C750CC'

red 199 ◦ green 80 ◦ blue 204

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

Shades of Fuchsia #C750CC

Tints of Fuchsia #C750CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 41.2%
G = 16.56%
B = 42.24%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C750CC (or 0xC750CC) is known color: Fuchsia. HEX triplet: C7, 50 and CC. RGB value is (199,80,204). Sum of RGB (Red+Green+Blue) = 199+80+204=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #C750CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750CC is #38AF33. Grayscale: #818181. Windows color (decimal): -3714868 or 13390023. OLE color: 13390023.

HSL color Cylindrical-coordinate representation of color #C750CC: hue angle of 297.58º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C750CC is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 80 204 -
CMYK 0.02 0.61 0 0.2
HSL 297.58º 0.55% 0.56% -
HSV(B) 297.58º 0.61% 0.8% -
XYZ 37.32 22.24 59.45 -
YUV 129.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 199 80 204 0.02 0.61 0 0.2 297.58 0.55 0.56
Hex C7 50 CC 2 3D 0 14 12A 37 38
Octal 307 120 314 2 75 0 24 452 67 70
Binary 11000111 1010000 11001100 10 111101 0 10100 100101010 110111 111000

Color Harmonies of #C750CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C750CC

Black with #C750CC

Text Example


Text Example

White with #C750CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C750CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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