Html Css Color HEX #CB48C2 Fuchsia

📋 copy color: '#CB48C2'

red 203 ◦ green 72 ◦ blue 194

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

Shades of Fuchsia #CB48C2

Tints of Fuchsia #CB48C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 43.28%
G = 15.35%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB48C2 (or 0xCB48C2) is known color: Fuchsia. HEX triplet: CB, 48 and C2. RGB value is (203,72,194). Sum of RGB (Red+Green+Blue) = 203+72+194=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48C2 is #34B73D. Grayscale: #7C7C7C. Windows color (decimal): -3454782 or 12732619. OLE color: 12732619.

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

Color convert

RGB 203 72 194 -
CMYK 0 0.65 0.04 0.20
HSL 304.12º 0.56% 0.54% -
HSV(B) 304.12º 0.65% 0.8% -
XYZ 36.68 21.23 53.2 -
YUV 125.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 203 72 194 0 0.65 0.04 0.20 304.12 0.56 0.54
Hex CB 48 C2 0 41 4 14 130 38 36
Octal 313 110 302 0 101 4 24 460 70 66
Binary 11001011 1001000 11000010 0 1000001 100 10100 100110000 111000 110110

Color Harmonies of #CB48C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48C2

Black with #CB48C2

Text Example


Text Example

White with #CB48C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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