Html Css Color HEX #C432CD Fuchsia

📋 copy color: '#C432CD'

red 196 ◦ green 50 ◦ blue 205

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

Shades of Fuchsia #C432CD

Tints of Fuchsia #C432CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.09%

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 43.46%
G = 11.09%
B = 45.45%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C432CD (or 0xC432CD) is known color: Fuchsia. HEX triplet: C4, 32 and CD. RGB value is (196,50,205). Sum of RGB (Red+Green+Blue) = 196+50+205=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #C432CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432CD is #3BCD32. Grayscale: #6E6E6E. Windows color (decimal): -3919155 or 13447876. OLE color: 13447876.

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

Color convert

RGB 196 50 205 -
CMYK 0.04 0.76 0 0.20
HSL 296.52º 0.61% 0.5% -
HSV(B) 296.52º 0.76% 0.8% -
XYZ 34.93 18.42 59.47 -
YUV 111.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 196 50 205 0.04 0.76 0 0.20 296.52 0.61 0.5
Hex C4 32 CD 4 4C 0 14 129 3D 32
Octal 304 62 315 4 114 0 24 451 75 62
Binary 11000100 110010 11001101 100 1001100 0 10100 100101001 111101 110010

Color Harmonies of #C432CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C432CD

Black with #C432CD

Text Example


Text Example

White with #C432CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C432CD; }

 p { color: rgb(196,50,205); }

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

background-color css

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

 a { background-color: rgb(196,50,205); }

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

border-color css

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

 span { border-color: rgb(196,50,205); }

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