Html Css Color HEX #C73CCB Fuchsia

📋 copy color: '#C73CCB'

red 199 ◦ green 60 ◦ blue 203

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

Shades of Fuchsia #C73CCB

Tints of Fuchsia #C73CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.99%

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

R = 43.07%
G = 12.99%
B = 43.94%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C73CCB (or 0xC73CCB) is known color: Fuchsia. HEX triplet: C7, 3C and CB. RGB value is (199,60,203). Sum of RGB (Red+Green+Blue) = 199+60+203=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C73CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CCB is #38C334. Grayscale: #757575. Windows color (decimal): -3719989 or 13319367. OLE color: 13319367.

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

Color convert

RGB 199 60 203 -
CMYK 0.02 0.70 0 0.20
HSL 298.32º 0.58% 0.52% -
HSV(B) 298.32º 0.7% 0.8% -
XYZ 35.95 19.69 58.4 -
YUV 117.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 199 60 203 0.02 0.70 0 0.20 298.32 0.58 0.52
Hex C7 3C CB 2 46 0 14 12A 3A 34
Octal 307 74 313 2 106 0 24 452 72 64
Binary 11000111 111100 11001011 10 1000110 0 10100 100101010 111010 110100

Color Harmonies of #C73CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CCB

Black with #C73CCB

Text Example


Text Example

White with #C73CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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