Html Css Color HEX #C461CB Fuchsia

📋 copy color: '#C461CB'

red 196 ◦ green 97 ◦ blue 203

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

Shades of Fuchsia #C461CB

Tints of Fuchsia #C461CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.56%

 BLUE value IS 203 (79.69% from 255) = 40.93%

R = 39.52%
G = 19.56%
B = 40.93%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C461CB (or 0xC461CB) is known color: Fuchsia. HEX triplet: C4, 61 and CB. RGB value is (196,97,203). Sum of RGB (Red+Green+Blue) = 196+97+203=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #C461CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461CB is #3B9E34. Grayscale: #8A8A8A. Windows color (decimal): -3907125 or 13328836. OLE color: 13328836.

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

Color convert

RGB 196 97 203 -
CMYK 0.03 0.52 0 0.20
HSL 296.04º 0.5% 0.59% -
HSV(B) 296.04º 0.52% 0.8% -
XYZ 37.82 24.6 59.25 -
YUV 138.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 196 97 203 0.03 0.52 0 0.20 296.04 0.5 0.59
Hex C4 61 CB 3 34 0 14 128 32 3B
Octal 304 141 313 3 64 0 24 450 62 73
Binary 11000100 1100001 11001011 11 110100 0 10100 100101000 110010 111011

Color Harmonies of #C461CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461CB

Black with #C461CB

Text Example


Text Example

White with #C461CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461CB; }

 p { color: rgb(196,97,203); }

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

background-color css

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

 a { background-color: rgb(196,97,203); }

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

border-color css

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

 span { border-color: rgb(196,97,203); }

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