Html Css Color HEX #CB40AC Fuchsia

📋 copy color: '#CB40AC'

red 203 ◦ green 64 ◦ blue 172

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

Shades of Fuchsia #CB40AC

Tints of Fuchsia #CB40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.58%

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 46.24%
G = 14.58%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB40AC (or 0xCB40AC) is known color: Fuchsia. HEX triplet: CB, 40 and AC. RGB value is (203,64,172). Sum of RGB (Red+Green+Blue) = 203+64+172=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40AC is #34BF53. Grayscale: #757575. Windows color (decimal): -3456852 or 11288779. OLE color: 11288779.

HSL color Cylindrical-coordinate representation of color #CB40AC: hue angle of 313.38º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40AC is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 64 172 -
CMYK 0 0.68 0.15 0.20
HSL 313.38º 0.57% 0.52% -
HSV(B) 313.38º 0.68% 0.8% -
XYZ 33.91 19.34 40.98 -
YUV 117.87 158.55 188.72 -
System Red Green Blue C M Y K H S L
Decimal 203 64 172 0 0.68 0.15 0.20 313.38 0.57 0.52
Hex CB 40 AC 0 44 F 14 139 39 34
Octal 313 100 254 0 104 17 24 471 71 64
Binary 11001011 1000000 10101100 0 1000100 1111 10100 100111001 111001 110100

Color Harmonies of #CB40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40AC

Black with #CB40AC

Text Example


Text Example

White with #CB40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40AC; }

 p { color: rgb(203,64,172); }

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

background-color css

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

 a { background-color: rgb(203,64,172); }

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

border-color css

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

 span { border-color: rgb(203,64,172); }

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