Html Css Color HEX #CB4BBA Fuchsia

📋 copy color: '#CB4BBA'

red 203 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #CB4BBA

Tints of Fuchsia #CB4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.16%

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

R = 43.75%
G = 16.16%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB4BBA (or 0xCB4BBA) is known color: Fuchsia. HEX triplet: CB, 4B and BA. RGB value is (203,75,186). Sum of RGB (Red+Green+Blue) = 203+75+186=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4BBA is #34B445. Grayscale: #7D7D7D. Windows color (decimal): -3454022 or 12209099. OLE color: 12209099.

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

Color convert

RGB 203 75 186 -
CMYK 0 0.63 0.08 0.20
HSL 307.97º 0.55% 0.55% -
HSV(B) 307.97º 0.63% 0.8% -
XYZ 36.01 21.27 48.66 -
YUV 125.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 203 75 186 0 0.63 0.08 0.20 307.97 0.55 0.55
Hex CB 4B BA 0 3F 8 14 134 37 37
Octal 313 113 272 0 77 10 24 464 67 67
Binary 11001011 1001011 10111010 0 111111 1000 10100 100110100 110111 110111

Color Harmonies of #CB4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4BBA

Black with #CB4BBA

Text Example


Text Example

White with #CB4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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