Html Css Color HEX #C730CE Fuchsia

📋 copy color: '#C730CE'

red 199 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #C730CE

Tints of Fuchsia #C730CE

RGB

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

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

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

R = 43.93%
G = 10.6%
B = 45.47%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C730CE (or 0xC730CE) is known color: Fuchsia. HEX triplet: C7, 30 and CE. RGB value is (199,48,206). Sum of RGB (Red+Green+Blue) = 199+48+206=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #C730CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730CE is #38CF31. Grayscale: #6E6E6E. Windows color (decimal): -3723058 or 13512903. OLE color: 13512903.

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

Color convert

RGB 199 48 206 -
CMYK 0.03 0.77 0 0.19
HSL 297.34º 0.62% 0.5% -
HSV(B) 297.34º 0.77% 0.81% -
XYZ 35.75 18.71 60.12 -
YUV 111.16 181.53 190.65 -
System Red Green Blue C M Y K H S L
Decimal 199 48 206 0.03 0.77 0 0.19 297.34 0.62 0.5
Hex C7 30 CE 3 4D 0 13 129 3E 32
Octal 307 60 316 3 115 0 23 451 76 62
Binary 11000111 110000 11001110 11 1001101 0 10011 100101001 111110 110010

Color Harmonies of #C730CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730CE

Black with #C730CE

Text Example


Text Example

White with #C730CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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