Html Css Color HEX #CB4BAA Fuchsia

📋 copy color: '#CB4BAA'

red 203 ◦ green 75 ◦ blue 170

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

Shades of Fuchsia #CB4BAA

Tints of Fuchsia #CB4BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 45.31%
G = 16.74%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB4BAA (or 0xCB4BAA) is known color: Fuchsia. HEX triplet: CB, 4B and AA. RGB value is (203,75,170). Sum of RGB (Red+Green+Blue) = 203+75+170=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4BAA is #34B455. Grayscale: #7B7B7B. Windows color (decimal): -3454038 or 11160523. OLE color: 11160523.

HSL color Cylindrical-coordinate representation of color #CB4BAA: hue angle of 315.47º 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 #CB4BAA is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 75 170 -
CMYK 0 0.63 0.16 0.20
HSL 315.47º 0.55% 0.55% -
HSV(B) 315.47º 0.63% 0.8% -
XYZ 34.4 20.63 40.2 -
YUV 124.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 203 75 170 0 0.63 0.16 0.20 315.47 0.55 0.55
Hex CB 4B AA 0 3F 10 14 13B 37 37
Octal 313 113 252 0 77 20 24 473 67 67
Binary 11001011 1001011 10101010 0 111111 10000 10100 100111011 110111 110111

Color Harmonies of #CB4BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4BAA

Black with #CB4BAA

Text Example


Text Example

White with #CB4BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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