Html Css Color HEX #C734C9 Fuchsia

📋 copy color: '#C734C9'

red 199 ◦ green 52 ◦ blue 201

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

Shades of Fuchsia #C734C9

Tints of Fuchsia #C734C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 44.03%
G = 11.5%
B = 44.47%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C734C9 (or 0xC734C9) is known color: Fuchsia. HEX triplet: C7, 34 and C9. RGB value is (199,52,201). Sum of RGB (Red+Green+Blue) = 199+52+201=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #C734C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734C9 is #38CB36. Grayscale: #707070. Windows color (decimal): -3722039 or 13186247. OLE color: 13186247.

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

Color convert

RGB 199 52 201 -
CMYK 0.01 0.74 0 0.21
HSL 299.19º 0.59% 0.5% -
HSV(B) 299.19º 0.74% 0.79% -
XYZ 35.32 18.82 57.03 -
YUV 112.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 199 52 201 0.01 0.74 0 0.21 299.19 0.59 0.5
Hex C7 34 C9 1 4A 0 15 12B 3B 32
Octal 307 64 311 1 112 0 25 453 73 62
Binary 11000111 110100 11001001 1 1001010 0 10101 100101011 111011 110010

Color Harmonies of #C734C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734C9

Black with #C734C9

Text Example


Text Example

White with #C734C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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