Html Css Color HEX #CB43B1 Fuchsia

📋 copy color: '#CB43B1'

red 203 ◦ green 67 ◦ blue 177

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

Shades of Fuchsia #CB43B1

Tints of Fuchsia #CB43B1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.99%

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

R = 45.41%
G = 14.99%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB43B1 (or 0xCB43B1) is known color: Fuchsia. HEX triplet: CB, 43 and B1. RGB value is (203,67,177). Sum of RGB (Red+Green+Blue) = 203+67+177=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB43B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB43B1 is #34BC4E. Grayscale: #777777. Windows color (decimal): -3456079 or 11617227. OLE color: 11617227.

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

Color convert

RGB 203 67 177 -
CMYK 0 0.67 0.13 0.20
HSL 311.47º 0.57% 0.53% -
HSV(B) 311.47º 0.67% 0.8% -
XYZ 34.57 19.89 43.61 -
YUV 120.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 203 67 177 0 0.67 0.13 0.20 311.47 0.57 0.53
Hex CB 43 B1 0 43 D 14 137 39 35
Octal 313 103 261 0 103 15 24 467 71 65
Binary 11001011 1000011 10110001 0 1000011 1101 10100 100110111 111001 110101

Color Harmonies of #CB43B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB43B1

Black with #CB43B1

Text Example


Text Example

White with #CB43B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB43B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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