Html Css Color HEX #C46BCC Fuchsia

📋 copy color: '#C46BCC'

red 196 ◦ green 107 ◦ blue 204

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

Shades of Fuchsia #C46BCC

Tints of Fuchsia #C46BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.1%

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

R = 38.66%
G = 21.1%
B = 40.24%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C46BCC (or 0xC46BCC) is known color: Fuchsia. HEX triplet: C4, 6B and CC. RGB value is (196,107,204). Sum of RGB (Red+Green+Blue) = 196+107+204=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #C46BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46BCC is #3B9433. Grayscale: #909090. Windows color (decimal): -3904564 or 13396932. OLE color: 13396932.

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

Color convert

RGB 196 107 204 -
CMYK 0.04 0.48 0 0.2
HSL 295.05º 0.49% 0.61% -
HSV(B) 295.05º 0.48% 0.8% -
XYZ 38.92 26.61 60.21 -
YUV 144.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 196 107 204 0.04 0.48 0 0.2 295.05 0.49 0.61
Hex C4 6B CC 4 30 0 14 127 31 3D
Octal 304 153 314 4 60 0 24 447 61 75
Binary 11000100 1101011 11001100 100 110000 0 10100 100100111 110001 111101

Color Harmonies of #C46BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46BCC

Black with #C46BCC

Text Example


Text Example

White with #C46BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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