Html Css Color HEX #CB34B0 Fuchsia

📋 copy color: '#CB34B0'

red 203 ◦ green 52 ◦ blue 176

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

Shades of Fuchsia #CB34B0

Tints of Fuchsia #CB34B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 47.1%
G = 12.06%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB34B0 (or 0xCB34B0) is known color: Fuchsia. HEX triplet: CB, 34 and B0. RGB value is (203,52,176). Sum of RGB (Red+Green+Blue) = 203+52+176=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB34B0 is #34CB4F. Grayscale: #6E6E6E. Windows color (decimal): -3459920 or 11547851. OLE color: 11547851.

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

Color convert

RGB 203 52 176 -
CMYK 0 0.74 0.13 0.20
HSL 310.73º 0.59% 0.5% -
HSV(B) 310.73º 0.74% 0.8% -
XYZ 33.69 18.29 42.83 -
YUV 111.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 203 52 176 0 0.74 0.13 0.20 310.73 0.59 0.5
Hex CB 34 B0 0 4A D 14 137 3B 32
Octal 313 64 260 0 112 15 24 467 73 62
Binary 11001011 110100 10110000 0 1001010 1101 10100 100110111 111011 110010

Color Harmonies of #CB34B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB34B0

Black with #CB34B0

Text Example


Text Example

White with #CB34B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB34B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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