Html Css Color HEX #CB48B5 Fuchsia

📋 copy color: '#CB48B5'

red 203 ◦ green 72 ◦ blue 181

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

Shades of Fuchsia #CB48B5

Tints of Fuchsia #CB48B5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.79%

 BLUE value IS 181 (71.09% from 255) = 39.69%

R = 44.52%
G = 15.79%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB48B5 (or 0xCB48B5) is known color: Fuchsia. HEX triplet: CB, 48 and B5. RGB value is (203,72,181). Sum of RGB (Red+Green+Blue) = 203+72+181=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48B5 is #34B74A. Grayscale: #7B7B7B. Windows color (decimal): -3454795 or 11880651. OLE color: 11880651.

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

Color convert

RGB 203 72 181 -
CMYK 0 0.65 0.11 0.20
HSL 310.08º 0.56% 0.54% -
HSV(B) 310.08º 0.65% 0.8% -
XYZ 35.29 20.67 45.85 -
YUV 123.6 160.4 184.64 -
System Red Green Blue C M Y K H S L
Decimal 203 72 181 0 0.65 0.11 0.20 310.08 0.56 0.54
Hex CB 48 B5 0 41 B 14 136 38 36
Octal 313 110 265 0 101 13 24 466 70 66
Binary 11001011 1001000 10110101 0 1000001 1011 10100 100110110 111000 110110

Color Harmonies of #CB48B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48B5

Black with #CB48B5

Text Example


Text Example

White with #CB48B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48B5; }

 p { color: rgb(203,72,181); }

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

background-color css

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

 a { background-color: rgb(203,72,181); }

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

border-color css

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

 span { border-color: rgb(203,72,181); }

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