Html Css Color HEX #CB3ABD Fuchsia

📋 copy color: '#CB3ABD'

red 203 ◦ green 58 ◦ blue 189

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

Shades of Fuchsia #CB3ABD

Tints of Fuchsia #CB3ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.89%

 BLUE value IS 189 (74.22% from 255) = 42%

R = 45.11%
G = 12.89%
B = 42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB3ABD (or 0xCB3ABD) is known color: Fuchsia. HEX triplet: CB, 3A and BD. RGB value is (203,58,189). Sum of RGB (Red+Green+Blue) = 203+58+189=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ABD is #34C542. Grayscale: #737373. Windows color (decimal): -3458371 or 12401355. OLE color: 12401355.

HSL color Cylindrical-coordinate representation of color #CB3ABD: hue angle of 305.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3ABD is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 58 189 -
CMYK 0 0.71 0.07 0.20
HSL 305.79º 0.58% 0.51% -
HSV(B) 305.79º 0.71% 0.8% -
XYZ 35.33 19.4 50.03 -
YUV 116.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 203 58 189 0 0.71 0.07 0.20 305.79 0.58 0.51
Hex CB 3A BD 0 47 7 14 132 3A 33
Octal 313 72 275 0 107 7 24 462 72 63
Binary 11001011 111010 10111101 0 1000111 111 10100 100110010 111010 110011

Color Harmonies of #CB3ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3ABD

Black with #CB3ABD

Text Example


Text Example

White with #CB3ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3ABD; }

 p { color: rgb(203,58,189); }

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

background-color css

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

 a { background-color: rgb(203,58,189); }

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

border-color css

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

 span { border-color: rgb(203,58,189); }

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