Html Css Color HEX #C730CC Fuchsia

📋 copy color: '#C730CC'

red 199 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #C730CC

Tints of Fuchsia #C730CC

RGB

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

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

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

R = 44.12%
G = 10.64%
B = 45.23%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C730CC (or 0xC730CC) is known color: Fuchsia. HEX triplet: C7, 30 and CC. RGB value is (199,48,204). Sum of RGB (Red+Green+Blue) = 199+48+204=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #C730CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730CC is #38CF33. Grayscale: #6E6E6E. Windows color (decimal): -3723060 or 13381831. OLE color: 13381831.

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

Color convert

RGB 199 48 204 -
CMYK 0.02 0.76 0 0.2
HSL 298.08º 0.62% 0.49% -
HSV(B) 298.08º 0.76% 0.8% -
XYZ 35.51 18.62 58.85 -
YUV 110.93 180.53 190.82 -
System Red Green Blue C M Y K H S L
Decimal 199 48 204 0.02 0.76 0 0.2 298.08 0.62 0.49
Hex C7 30 CC 2 4C 0 14 12A 3E 31
Octal 307 60 314 2 114 0 24 452 76 61
Binary 11000111 110000 11001100 10 1001100 0 10100 100101010 111110 110001

Color Harmonies of #C730CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730CC

Black with #C730CC

Text Example


Text Example

White with #C730CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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