Html Css Color HEX #CB48AF Fuchsia

📋 copy color: '#CB48AF'

red 203 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #CB48AF

Tints of Fuchsia #CB48AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 45.11%
G = 16%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CB48AF (or 0xCB48AF) is known color: Fuchsia. HEX triplet: CB, 48 and AF. RGB value is (203,72,175). Sum of RGB (Red+Green+Blue) = 203+72+175=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB48AF is #34B750. Grayscale: #7A7A7A. Windows color (decimal): -3454801 or 11487435. OLE color: 11487435.

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

Color convert

RGB 203 72 175 -
CMYK 0 0.65 0.14 0.20
HSL 312.82º 0.56% 0.54% -
HSV(B) 312.82º 0.65% 0.8% -
XYZ 34.68 20.43 42.67 -
YUV 122.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 203 72 175 0 0.65 0.14 0.20 312.82 0.56 0.54
Hex CB 48 AF 0 41 E 14 139 38 36
Octal 313 110 257 0 101 16 24 471 70 66
Binary 11001011 1001000 10101111 0 1000001 1110 10100 100111001 111000 110110

Color Harmonies of #CB48AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48AF

Black with #CB48AF

Text Example


Text Example

White with #CB48AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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