Html Css Color HEX #C734CA Fuchsia

📋 copy color: '#C734CA'

red 199 ◦ green 52 ◦ blue 202

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

Shades of Fuchsia #C734CA

Tints of Fuchsia #C734CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 43.93%
G = 11.48%
B = 44.59%

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

#C734CA (or 0xC734CA) is known color: Fuchsia. HEX triplet: C7, 34 and CA. RGB value is (199,52,202). Sum of RGB (Red+Green+Blue) = 199+52+202=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #C734CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734CA is #38CB35. Grayscale: #707070. Windows color (decimal): -3722038 or 13251783. OLE color: 13251783.

HSL color Cylindrical-coordinate representation of color #C734CA: hue angle of 298.8º 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 #C734CA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 52 202 -
CMYK 0.01 0.74 0 0.21
HSL 298.8º 0.59% 0.5% -
HSV(B) 298.8º 0.74% 0.79% -
XYZ 35.44 18.86 57.65 -
YUV 113.05 178.2 189.3 -
System Red Green Blue C M Y K H S L
Decimal 199 52 202 0.01 0.74 0 0.21 298.8 0.59 0.5
Hex C7 34 CA 1 4A 0 15 12B 3B 32
Octal 307 64 312 1 112 0 25 453 73 62
Binary 11000111 110100 11001010 1 1001010 0 10101 100101011 111011 110010

Color Harmonies of #C734CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C734CA

Black with #C734CA

Text Example


Text Example

White with #C734CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C734CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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