Html Css Color HEX #C734C0 Fuchsia

📋 copy color: '#C734C0'

red 199 ◦ green 52 ◦ blue 192

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

Shades of Fuchsia #C734C0

Tints of Fuchsia #C734C0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.74%

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 44.92%
G = 11.74%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C734C0 (or 0xC734C0) is known color: Fuchsia. HEX triplet: C7, 34 and C0. RGB value is (199,52,192). Sum of RGB (Red+Green+Blue) = 199+52+192=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C734C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734C0 is #38CB3F. Grayscale: #6F6F6F. Windows color (decimal): -3722048 or 12596423. OLE color: 12596423.

HSL color Cylindrical-coordinate representation of color #C734C0: hue angle of 302.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C734C0 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 52 192 -
CMYK 0 0.74 0.04 0.22
HSL 302.86º 0.59% 0.49% -
HSV(B) 302.86º 0.74% 0.78% -
XYZ 34.3 18.4 51.61 -
YUV 111.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 199 52 192 0 0.74 0.04 0.22 302.86 0.59 0.49
Hex C7 34 C0 0 4A 4 16 12F 3B 31
Octal 307 64 300 0 112 4 26 457 73 61
Binary 11000111 110100 11000000 0 1001010 100 10110 100101111 111011 110001

Color Harmonies of #C734C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734C0

Black with #C734C0

Text Example


Text Example

White with #C734C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734C0; }

 p { color: rgb(199,52,192); }

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

background-color css

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

 a { background-color: rgb(199,52,192); }

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

border-color css

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

 span { border-color: rgb(199,52,192); }

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