Html Css Color HEX #CB6CB0 Fuchsia

📋 copy color: '#CB6CB0'

red 203 ◦ green 108 ◦ blue 176

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

Shades of Fuchsia #CB6CB0

Tints of Fuchsia #CB6CB0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 41.68%
G = 22.18%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB6CB0 (or 0xCB6CB0) is known color: Fuchsia. HEX triplet: CB, 6C and B0. RGB value is (203,108,176). Sum of RGB (Red+Green+Blue) = 203+108+176=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6CB0 is #34934F. Grayscale: #8F8F8F. Windows color (decimal): -3445584 or 11562187. OLE color: 11562187.

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

Color convert

RGB 203 108 176 -
CMYK 0 0.47 0.13 0.20
HSL 317.05º 0.48% 0.61% -
HSV(B) 317.05º 0.47% 0.8% -
XYZ 37.83 26.56 44.21 -
YUV 144.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 203 108 176 0 0.47 0.13 0.20 317.05 0.48 0.61
Hex CB 6C B0 0 2F D 14 13D 30 3D
Octal 313 154 260 0 57 15 24 475 60 75
Binary 11001011 1101100 10110000 0 101111 1101 10100 100111101 110000 111101

Color Harmonies of #CB6CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6CB0

Black with #CB6CB0

Text Example


Text Example

White with #CB6CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6CB0; }

 p { color: rgb(203,108,176); }

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

background-color css

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

 a { background-color: rgb(203,108,176); }

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

border-color css

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

 span { border-color: rgb(203,108,176); }

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