Html Css Color HEX #CB70B5 Fuchsia

📋 copy color: '#CB70B5'

red 203 ◦ green 112 ◦ blue 181

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

Shades of Fuchsia #CB70B5

Tints of Fuchsia #CB70B5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

 BLUE value IS 181 (71.09% from 255) = 36.49%

R = 40.93%
G = 22.58%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB70B5 (or 0xCB70B5) is known color: Fuchsia. HEX triplet: CB, 70 and B5. RGB value is (203,112,181). Sum of RGB (Red+Green+Blue) = 203+112+181=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70B5 is #348F4A. Grayscale: #929292. Windows color (decimal): -3444555 or 11890891. OLE color: 11890891.

HSL color Cylindrical-coordinate representation of color #CB70B5: hue angle of 314.51º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB70B5 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 112 181 -
CMYK 0 0.45 0.11 0.20
HSL 314.51º 0.47% 0.62% -
HSV(B) 314.51º 0.45% 0.8% -
XYZ 38.76 27.62 47 -
YUV 147.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 203 112 181 0 0.45 0.11 0.20 314.51 0.47 0.62
Hex CB 70 B5 0 2D B 14 13B 2F 3E
Octal 313 160 265 0 55 13 24 473 57 76
Binary 11001011 1110000 10110101 0 101101 1011 10100 100111011 101111 111110

Color Harmonies of #CB70B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB70B5

Black with #CB70B5

Text Example


Text Example

White with #CB70B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB70B5; }

 p { color: rgb(203,112,181); }

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

background-color css

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

 a { background-color: rgb(203,112,181); }

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

border-color css

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

 span { border-color: rgb(203,112,181); }

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