Html Css Color HEX #CB46BE Fuchsia

📋 copy color: '#CB46BE'

red 203 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #CB46BE

Tints of Fuchsia #CB46BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 43.84%
G = 15.12%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB46BE (or 0xCB46BE) is known color: Fuchsia. HEX triplet: CB, 46 and BE. RGB value is (203,70,190). Sum of RGB (Red+Green+Blue) = 203+70+190=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46BE is #34B941. Grayscale: #7B7B7B. Windows color (decimal): -3455298 or 12469963. OLE color: 12469963.

HSL color Cylindrical-coordinate representation of color #CB46BE: hue angle of 305.86º 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 #CB46BE is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 190 -
CMYK 0 0.66 0.06 0.20
HSL 305.86º 0.56% 0.54% -
HSV(B) 305.86º 0.66% 0.8% -
XYZ 36.11 20.79 50.83 -
YUV 123.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 203 70 190 0 0.66 0.06 0.20 305.86 0.56 0.54
Hex CB 46 BE 0 42 6 14 132 38 36
Octal 313 106 276 0 102 6 24 462 70 66
Binary 11001011 1000110 10111110 0 1000010 110 10100 100110010 111000 110110

Color Harmonies of #CB46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46BE

Black with #CB46BE

Text Example


Text Example

White with #CB46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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