Html Css Color HEX #C730CA Fuchsia

📋 copy color: '#C730CA'

red 199 ◦ green 48 ◦ blue 202

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

Shades of Fuchsia #C730CA

Tints of Fuchsia #C730CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 44.32%
G = 10.69%
B = 44.99%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C730CA (or 0xC730CA) is known color: Fuchsia. HEX triplet: C7, 30 and CA. RGB value is (199,48,202). Sum of RGB (Red+Green+Blue) = 199+48+202=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #C730CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730CA is #38CF35. Grayscale: #6E6E6E. Windows color (decimal): -3723062 or 13250759. OLE color: 13250759.

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

Color convert

RGB 199 48 202 -
CMYK 0.01 0.76 0 0.21
HSL 298.83º 0.62% 0.49% -
HSV(B) 298.83º 0.76% 0.79% -
XYZ 35.27 18.52 57.59 -
YUV 110.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 199 48 202 0.01 0.76 0 0.21 298.83 0.62 0.49
Hex C7 30 CA 1 4C 0 15 12B 3E 31
Octal 307 60 312 1 114 0 25 453 76 61
Binary 11000111 110000 11001010 1 1001100 0 10101 100101011 111110 110001

Color Harmonies of #C730CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730CA

Black with #C730CA

Text Example


Text Example

White with #C730CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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