Html Css Color HEX #C730CB Fuchsia

📋 copy color: '#C730CB'

red 199 ◦ green 48 ◦ blue 203

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

Shades of Fuchsia #C730CB

Tints of Fuchsia #C730CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 44.22%
G = 10.67%
B = 45.11%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C730CB (or 0xC730CB) is known color: Fuchsia. HEX triplet: C7, 30 and CB. RGB value is (199,48,203). Sum of RGB (Red+Green+Blue) = 199+48+203=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #C730CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730CB is #38CF34. Grayscale: #6E6E6E. Windows color (decimal): -3723061 or 13316295. OLE color: 13316295.

HSL color Cylindrical-coordinate representation of color #C730CB: hue angle of 298.45º 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 #C730CB is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 48 203 -
CMYK 0.02 0.76 0 0.20
HSL 298.45º 0.62% 0.49% -
HSV(B) 298.45º 0.76% 0.8% -
XYZ 35.39 18.57 58.22 -
YUV 110.82 180.03 190.9 -
System Red Green Blue C M Y K H S L
Decimal 199 48 203 0.02 0.76 0 0.20 298.45 0.62 0.49
Hex C7 30 CB 2 4C 0 14 12A 3E 31
Octal 307 60 313 2 114 0 24 452 76 61
Binary 11000111 110000 11001011 10 1001100 0 10100 100101010 111110 110001

Color Harmonies of #C730CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C730CB

Black with #C730CB

Text Example


Text Example

White with #C730CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C730CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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