Html Css Color HEX #CB44BB Fuchsia

📋 copy color: '#CB44BB'

red 203 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #CB44BB

Tints of Fuchsia #CB44BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.85%

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 44.32%
G = 14.85%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB44BB (or 0xCB44BB) is known color: Fuchsia. HEX triplet: CB, 44 and BB. RGB value is (203,68,187). Sum of RGB (Red+Green+Blue) = 203+68+187=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44BB is #34BB44. Grayscale: #797979. Windows color (decimal): -3455813 or 12272843. OLE color: 12272843.

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

Color convert

RGB 203 68 187 -
CMYK 0 0.67 0.08 0.20
HSL 307.11º 0.56% 0.53% -
HSV(B) 307.11º 0.67% 0.8% -
XYZ 35.67 20.42 49.08 -
YUV 121.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 203 68 187 0 0.67 0.08 0.20 307.11 0.56 0.53
Hex CB 44 BB 0 43 8 14 133 38 35
Octal 313 104 273 0 103 10 24 463 70 65
Binary 11001011 1000100 10111011 0 1000011 1000 10100 100110011 111000 110101

Color Harmonies of #CB44BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB44BB

Black with #CB44BB

Text Example


Text Example

White with #CB44BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB44BB; }

 p { color: rgb(203,68,187); }

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

background-color css

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

 a { background-color: rgb(203,68,187); }

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

border-color css

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

 span { border-color: rgb(203,68,187); }

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