Html Css Color HEX #CB48C0 Fuchsia

📋 copy color: '#CB48C0'

red 203 ◦ green 72 ◦ blue 192

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

Shades of Fuchsia #CB48C0

Tints of Fuchsia #CB48C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 43.47%
G = 15.42%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB48C0 (or 0xCB48C0) is known color: Fuchsia. HEX triplet: CB, 48 and C0. RGB value is (203,72,192). Sum of RGB (Red+Green+Blue) = 203+72+192=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48C0 is #34B73F. Grayscale: #7C7C7C. Windows color (decimal): -3454784 or 12601547. OLE color: 12601547.

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

Color convert

RGB 203 72 192 -
CMYK 0 0.65 0.05 0.20
HSL 305.04º 0.56% 0.54% -
HSV(B) 305.04º 0.65% 0.8% -
XYZ 36.46 21.14 52.03 -
YUV 124.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 203 72 192 0 0.65 0.05 0.20 305.04 0.56 0.54
Hex CB 48 C0 0 41 5 14 131 38 36
Octal 313 110 300 0 101 5 24 461 70 66
Binary 11001011 1001000 11000000 0 1000001 101 10100 100110001 111000 110110

Color Harmonies of #CB48C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48C0

Black with #CB48C0

Text Example


Text Example

White with #CB48C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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