Html Css Color HEX #CB5FBA Fuchsia

📋 copy color: '#CB5FBA'

red 203 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #CB5FBA

Tints of Fuchsia #CB5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.63%

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 41.94%
G = 19.63%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB5FBA (or 0xCB5FBA) is known color: Fuchsia. HEX triplet: CB, 5F and BA. RGB value is (203,95,186). Sum of RGB (Red+Green+Blue) = 203+95+186=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FBA is #34A045. Grayscale: #898989. Windows color (decimal): -3448902 or 12214219. OLE color: 12214219.

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

Color convert

RGB 203 95 186 -
CMYK 0 0.53 0.08 0.20
HSL 309.44º 0.51% 0.58% -
HSV(B) 309.44º 0.53% 0.8% -
XYZ 37.58 24.43 49.19 -
YUV 137.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 203 95 186 0 0.53 0.08 0.20 309.44 0.51 0.58
Hex CB 5F BA 0 35 8 14 135 33 3A
Octal 313 137 272 0 65 10 24 465 63 72
Binary 11001011 1011111 10111010 0 110101 1000 10100 100110101 110011 111010

Color Harmonies of #CB5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5FBA

Black with #CB5FBA

Text Example


Text Example

White with #CB5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5FBA; }

 p { color: rgb(203,95,186); }

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

background-color css

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

 a { background-color: rgb(203,95,186); }

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

border-color css

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

 span { border-color: rgb(203,95,186); }

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