Html Css Color HEX #C434CC Fuchsia

📋 copy color: '#C434CC'

red 196 ◦ green 52 ◦ blue 204

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

Shades of Fuchsia #C434CC

Tints of Fuchsia #C434CC

RGB

 RED value IS 196 (76.95% from 255) = 43.36%

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 43.36%
G = 11.5%
B = 45.13%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C434CC (or 0xC434CC) is known color: Fuchsia. HEX triplet: C4, 34 and CC. RGB value is (196,52,204). Sum of RGB (Red+Green+Blue) = 196+52+204=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #C434CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434CC is #3BCB33. Grayscale: #6F6F6F. Windows color (decimal): -3918644 or 13382852. OLE color: 13382852.

HSL color Cylindrical-coordinate representation of color #C434CC: hue angle of 296.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C434CC is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 52 204 -
CMYK 0.04 0.75 0 0.2
HSL 296.84º 0.6% 0.5% -
HSV(B) 296.84º 0.75% 0.8% -
XYZ 34.89 18.55 58.87 -
YUV 112.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 196 52 204 0.04 0.75 0 0.2 296.84 0.6 0.5
Hex C4 34 CC 4 4B 0 14 129 3C 32
Octal 304 64 314 4 113 0 24 451 74 62
Binary 11000100 110100 11001100 100 1001011 0 10100 100101001 111100 110010

Color Harmonies of #C434CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434CC

Black with #C434CC

Text Example


Text Example

White with #C434CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434CC; }

 p { color: rgb(196,52,204); }

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

background-color css

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

 a { background-color: rgb(196,52,204); }

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

border-color css

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

 span { border-color: rgb(196,52,204); }

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