Html Css Color HEX #CB46B4 Fuchsia

📋 copy color: '#CB46B4'

red 203 ◦ green 70 ◦ blue 180

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

Shades of Fuchsia #CB46B4

Tints of Fuchsia #CB46B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.74%

R = 44.81%
G = 15.45%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB46B4 (or 0xCB46B4) is known color: Fuchsia. HEX triplet: CB, 46 and B4. RGB value is (203,70,180). Sum of RGB (Red+Green+Blue) = 203+70+180=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46B4 is #34B94B. Grayscale: #797979. Windows color (decimal): -3455308 or 11814603. OLE color: 11814603.

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

Color convert

RGB 203 70 180 -
CMYK 0 0.66 0.11 0.20
HSL 310.38º 0.56% 0.54% -
HSV(B) 310.38º 0.66% 0.8% -
XYZ 35.06 20.37 45.26 -
YUV 122.31 160.56 185.56 -
System Red Green Blue C M Y K H S L
Decimal 203 70 180 0 0.66 0.11 0.20 310.38 0.56 0.54
Hex CB 46 B4 0 42 B 14 136 38 36
Octal 313 106 264 0 102 13 24 466 70 66
Binary 11001011 1000110 10110100 0 1000010 1011 10100 100110110 111000 110110

Color Harmonies of #CB46B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46B4

Black with #CB46B4

Text Example


Text Example

White with #CB46B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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