Html Css Color HEX #C43BCC Fuchsia

📋 copy color: '#C43BCC'

red 196 ◦ green 59 ◦ blue 204

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

Shades of Fuchsia #C43BCC

Tints of Fuchsia #C43BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

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

R = 42.7%
G = 12.85%
B = 44.44%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C43BCC (or 0xC43BCC) is known color: Fuchsia. HEX triplet: C4, 3B and CC. RGB value is (196,59,204). Sum of RGB (Red+Green+Blue) = 196+59+204=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #C43BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BCC is #3BC433. Grayscale: #747474. Windows color (decimal): -3916852 or 13384644. OLE color: 13384644.

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

Color convert

RGB 196 59 204 -
CMYK 0.04 0.71 0 0.2
HSL 296.69º 0.59% 0.52% -
HSV(B) 296.69º 0.71% 0.8% -
XYZ 35.23 19.22 58.98 -
YUV 116.49 177.39 184.71 -
System Red Green Blue C M Y K H S L
Decimal 196 59 204 0.04 0.71 0 0.2 296.69 0.59 0.52
Hex C4 3B CC 4 47 0 14 129 3B 34
Octal 304 73 314 4 107 0 24 451 73 64
Binary 11000100 111011 11001100 100 1000111 0 10100 100101001 111011 110100

Color Harmonies of #C43BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BCC

Black with #C43BCC

Text Example


Text Example

White with #C43BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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