Html Css Color HEX #C734CE Fuchsia

📋 copy color: '#C734CE'

red 199 ◦ green 52 ◦ blue 206

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

Shades of Fuchsia #C734CE

Tints of Fuchsia #C734CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 43.54%
G = 11.38%
B = 45.08%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C734CE (or 0xC734CE) is known color: Fuchsia. HEX triplet: C7, 34 and CE. RGB value is (199,52,206). Sum of RGB (Red+Green+Blue) = 199+52+206=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #C734CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734CE is #38CB31. Grayscale: #717171. Windows color (decimal): -3722034 or 13513927. OLE color: 13513927.

HSL color Cylindrical-coordinate representation of color #C734CE: hue angle of 297.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C734CE is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 52 206 -
CMYK 0.03 0.75 0 0.19
HSL 297.27º 0.61% 0.51% -
HSV(B) 297.27º 0.75% 0.81% -
XYZ 35.92 19.05 60.18 -
YUV 113.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 199 52 206 0.03 0.75 0 0.19 297.27 0.61 0.51
Hex C7 34 CE 3 4B 0 13 129 3D 33
Octal 307 64 316 3 113 0 23 451 75 63
Binary 11000111 110100 11001110 11 1001011 0 10011 100101001 111101 110011

Color Harmonies of #C734CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734CE

Black with #C734CE

Text Example


Text Example

White with #C734CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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