Html Css Color HEX #CB42B9 Fuchsia

📋 copy color: '#CB42B9'

red 203 ◦ green 66 ◦ blue 185

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

Shades of Fuchsia #CB42B9

Tints of Fuchsia #CB42B9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.54%

 BLUE value IS 185 (72.66% from 255) = 40.75%

R = 44.71%
G = 14.54%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB42B9 (or 0xCB42B9) is known color: Fuchsia. HEX triplet: CB, 42 and B9. RGB value is (203,66,185). Sum of RGB (Red+Green+Blue) = 203+66+185=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42B9 is #34BD46. Grayscale: #787878. Windows color (decimal): -3456327 or 12141259. OLE color: 12141259.

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

Color convert

RGB 203 66 185 -
CMYK 0 0.67 0.09 0.20
HSL 307.88º 0.57% 0.53% -
HSV(B) 307.88º 0.67% 0.8% -
XYZ 35.33 20.1 47.92 -
YUV 120.53 164.39 186.82 -
System Red Green Blue C M Y K H S L
Decimal 203 66 185 0 0.67 0.09 0.20 307.88 0.57 0.53
Hex CB 42 B9 0 43 9 14 134 39 35
Octal 313 102 271 0 103 11 24 464 71 65
Binary 11001011 1000010 10111001 0 1000011 1001 10100 100110100 111001 110101

Color Harmonies of #CB42B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42B9

Black with #CB42B9

Text Example


Text Example

White with #CB42B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42B9; }

 p { color: rgb(203,66,185); }

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

background-color css

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

 a { background-color: rgb(203,66,185); }

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

border-color css

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

 span { border-color: rgb(203,66,185); }

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