Html Css Color HEX #CB4ABE Fuchsia

📋 copy color: '#CB4ABE'

red 203 ◦ green 74 ◦ blue 190

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

Shades of Fuchsia #CB4ABE

Tints of Fuchsia #CB4ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.85%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 43.47%
G = 15.85%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB4ABE (or 0xCB4ABE) is known color: Fuchsia. HEX triplet: CB, 4A and BE. RGB value is (203,74,190). Sum of RGB (Red+Green+Blue) = 203+74+190=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4ABE is #34B541. Grayscale: #7D7D7D. Windows color (decimal): -3454274 or 12470987. OLE color: 12470987.

HSL color Cylindrical-coordinate representation of color #CB4ABE: hue angle of 306.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4ABE is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 74 190 -
CMYK 0 0.64 0.06 0.20
HSL 306.05º 0.55% 0.54% -
HSV(B) 306.05º 0.64% 0.8% -
XYZ 36.37 21.31 50.91 -
YUV 125.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 203 74 190 0 0.64 0.06 0.20 306.05 0.55 0.54
Hex CB 4A BE 0 40 6 14 132 37 36
Octal 313 112 276 0 100 6 24 462 67 66
Binary 11001011 1001010 10111110 0 1000000 110 10100 100110010 110111 110110

Color Harmonies of #CB4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4ABE

Black with #CB4ABE

Text Example


Text Example

White with #CB4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4ABE; }

 p { color: rgb(203,74,190); }

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

background-color css

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

 a { background-color: rgb(203,74,190); }

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

border-color css

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

 span { border-color: rgb(203,74,190); }

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