Html Css Color HEX #CB35B1 Fuchsia

📋 copy color: '#CB35B1'

red 203 ◦ green 53 ◦ blue 177

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

Shades of Fuchsia #CB35B1

Tints of Fuchsia #CB35B1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.24%

 BLUE value IS 177 (69.53% from 255) = 40.88%

R = 46.88%
G = 12.24%
B = 40.88%

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

#CB35B1 (or 0xCB35B1) is known color: Fuchsia. HEX triplet: CB, 35 and B1. RGB value is (203,53,177). Sum of RGB (Red+Green+Blue) = 203+53+177=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB35B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB35B1 is #34CA4E. Grayscale: #6F6F6F. Windows color (decimal): -3459663 or 11613643. OLE color: 11613643.

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

Color convert

RGB 203 53 177 -
CMYK 0 0.74 0.13 0.20
HSL 310.4º 0.59% 0.5% -
HSV(B) 310.4º 0.74% 0.8% -
XYZ 33.84 18.42 43.37 -
YUV 111.99 164.7 192.92 -
System Red Green Blue C M Y K H S L
Decimal 203 53 177 0 0.74 0.13 0.20 310.4 0.59 0.5
Hex CB 35 B1 0 4A D 14 136 3B 32
Octal 313 65 261 0 112 15 24 466 73 62
Binary 11001011 110101 10110001 0 1001010 1101 10100 100110110 111011 110010

Color Harmonies of #CB35B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB35B1

Black with #CB35B1

Text Example


Text Example

White with #CB35B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB35B1; }

 p { color: rgb(203,53,177); }

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

background-color css

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

 a { background-color: rgb(203,53,177); }

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

border-color css

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

 span { border-color: rgb(203,53,177); }

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