Html Css Color HEX #CB46B3 Fuchsia

📋 copy color: '#CB46B3'

red 203 ◦ green 70 ◦ blue 179

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

Shades of Fuchsia #CB46B3

Tints of Fuchsia #CB46B3

RGB

 RED value IS 203 (79.69% from 255) = 44.91%

 GREEN value IS 70 (27.73% from 255) = 15.49%

 BLUE value IS 179 (70.31% from 255) = 39.6%

R = 44.91%
G = 15.49%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB46B3 (or 0xCB46B3) is known color: Fuchsia. HEX triplet: CB, 46 and B3. RGB value is (203,70,179). Sum of RGB (Red+Green+Blue) = 203+70+179=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46B3 is #34B94C. Grayscale: #797979. Windows color (decimal): -3455309 or 11749067. OLE color: 11749067.

HSL color Cylindrical-coordinate representation of color #CB46B3: hue angle of 310.83º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46B3 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 179 -
CMYK 0 0.66 0.12 0.20
HSL 310.83º 0.56% 0.54% -
HSV(B) 310.83º 0.66% 0.8% -
XYZ 34.96 20.33 44.73 -
YUV 122.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 203 70 179 0 0.66 0.12 0.20 310.83 0.56 0.54
Hex CB 46 B3 0 42 C 14 137 38 36
Octal 313 106 263 0 102 14 24 467 70 66
Binary 11001011 1000110 10110011 0 1000010 1100 10100 100110111 111000 110110

Color Harmonies of #CB46B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46B3

Black with #CB46B3

Text Example


Text Example

White with #CB46B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46B3; }

 p { color: rgb(203,70,179); }

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

background-color css

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

 a { background-color: rgb(203,70,179); }

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

border-color css

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

 span { border-color: rgb(203,70,179); }

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