Html Css Color HEX #CB34AC Fuchsia

📋 copy color: '#CB34AC'

red 203 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #CB34AC

Tints of Fuchsia #CB34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.18%

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

R = 47.54%
G = 12.18%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CB34AC (or 0xCB34AC) is known color: Fuchsia. HEX triplet: CB, 34 and AC. RGB value is (203,52,172). Sum of RGB (Red+Green+Blue) = 203+52+172=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB34AC is #34CB53. Grayscale: #6E6E6E. Windows color (decimal): -3459924 or 11285707. OLE color: 11285707.

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

Color convert

RGB 203 52 172 -
CMYK 0 0.74 0.15 0.20
HSL 312.32º 0.59% 0.5% -
HSV(B) 312.32º 0.74% 0.8% -
XYZ 33.3 18.13 40.77 -
YUV 110.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 203 52 172 0 0.74 0.15 0.20 312.32 0.59 0.5
Hex CB 34 AC 0 4A F 14 138 3B 32
Octal 313 64 254 0 112 17 24 470 73 62
Binary 11001011 110100 10101100 0 1001010 1111 10100 100111000 111011 110010

Color Harmonies of #CB34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB34AC

Black with #CB34AC

Text Example


Text Example

White with #CB34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB34AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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