Html Css Color HEX #C730D1 Fuchsia

📋 copy color: '#C730D1'

red 199 ◦ green 48 ◦ blue 209

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

Shades of Fuchsia #C730D1

Tints of Fuchsia #C730D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.53%

 BLUE value IS 209 (82.03% from 255) = 45.83%

R = 43.64%
G = 10.53%
B = 45.83%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C730D1 (or 0xC730D1) is known color: Fuchsia. HEX triplet: C7, 30 and D1. RGB value is (199,48,209). Sum of RGB (Red+Green+Blue) = 199+48+209=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #C730D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730D1 is #38CF2E. Grayscale: #6F6F6F. Windows color (decimal): -3723055 or 13709511. OLE color: 13709511.

HSL color Cylindrical-coordinate representation of color #C730D1: hue angle of 296.27º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C730D1 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 48 209 -
CMYK 0.05 0.77 0 0.18
HSL 296.27º 0.64% 0.5% -
HSV(B) 296.27º 0.77% 0.82% -
XYZ 36.12 18.86 62.06 -
YUV 111.5 183.03 190.41 -
System Red Green Blue C M Y K H S L
Decimal 199 48 209 0.05 0.77 0 0.18 296.27 0.64 0.5
Hex C7 30 D1 5 4D 0 12 128 40 32
Octal 307 60 321 5 115 0 22 450 100 62
Binary 11000111 110000 11010001 101 1001101 0 10010 100101000 1000000 110010

Color Harmonies of #C730D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730D1

Black with #C730D1

Text Example


Text Example

White with #C730D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730D1; }

 p { color: rgb(199,48,209); }

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

background-color css

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

 a { background-color: rgb(199,48,209); }

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

border-color css

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

 span { border-color: rgb(199,48,209); }

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