Html Css Color HEX #C73BCB Fuchsia

📋 copy color: '#C73BCB'

red 199 ◦ green 59 ◦ blue 203

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

Shades of Fuchsia #C73BCB

Tints of Fuchsia #C73BCB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.8%

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

R = 43.17%
G = 12.8%
B = 44.03%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C73BCB (or 0xC73BCB) is known color: Fuchsia. HEX triplet: C7, 3B and CB. RGB value is (199,59,203). Sum of RGB (Red+Green+Blue) = 199+59+203=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #C73BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BCB is #38C434. Grayscale: #747474. Windows color (decimal): -3720245 or 13319111. OLE color: 13319111.

HSL color Cylindrical-coordinate representation of color #C73BCB: hue angle of 298.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73BCB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 59 203 -
CMYK 0.02 0.71 0 0.20
HSL 298.33º 0.58% 0.51% -
HSV(B) 298.33º 0.71% 0.8% -
XYZ 35.9 19.58 58.39 -
YUV 117.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 199 59 203 0.02 0.71 0 0.20 298.33 0.58 0.51
Hex C7 3B CB 2 47 0 14 12A 3A 33
Octal 307 73 313 2 107 0 24 452 72 63
Binary 11000111 111011 11001011 10 1000111 0 10100 100101010 111010 110011

Color Harmonies of #C73BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BCB

Black with #C73BCB

Text Example


Text Example

White with #C73BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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