Html Css Color HEX #CB40B3 Fuchsia

📋 copy color: '#CB40B3'

red 203 ◦ green 64 ◦ blue 179

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

Shades of Fuchsia #CB40B3

Tints of Fuchsia #CB40B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 45.52%
G = 14.35%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB40B3 (or 0xCB40B3) is known color: Fuchsia. HEX triplet: CB, 40 and B3. RGB value is (203,64,179). Sum of RGB (Red+Green+Blue) = 203+64+179=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40B3 is #34BF4C. Grayscale: #767676. Windows color (decimal): -3456845 or 11747531. OLE color: 11747531.

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

Color convert

RGB 203 64 179 -
CMYK 0 0.68 0.12 0.20
HSL 310.36º 0.57% 0.52% -
HSV(B) 310.36º 0.68% 0.8% -
XYZ 34.6 19.62 44.61 -
YUV 118.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 203 64 179 0 0.68 0.12 0.20 310.36 0.57 0.52
Hex CB 40 B3 0 44 C 14 136 39 34
Octal 313 100 263 0 104 14 24 466 71 64
Binary 11001011 1000000 10110011 0 1000100 1100 10100 100110110 111001 110100

Color Harmonies of #CB40B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40B3

Black with #CB40B3

Text Example


Text Example

White with #CB40B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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