Html Css Color HEX #CB6FB4 Fuchsia

📋 copy color: '#CB6FB4'

red 203 ◦ green 111 ◦ blue 180

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

Shades of Fuchsia #CB6FB4

Tints of Fuchsia #CB6FB4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.47%

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 41.09%
G = 22.47%
B = 36.44%

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

#CB6FB4 (or 0xCB6FB4) is known color: Fuchsia. HEX triplet: CB, 6F and B4. RGB value is (203,111,180). Sum of RGB (Red+Green+Blue) = 203+111+180=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FB4 is #34904B. Grayscale: #929292. Windows color (decimal): -3444812 or 11825099. OLE color: 11825099.

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

Color convert

RGB 203 111 180 -
CMYK 0 0.45 0.11 0.20
HSL 315º 0.47% 0.62% -
HSV(B) 315º 0.45% 0.8% -
XYZ 38.55 27.36 46.43 -
YUV 146.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 203 111 180 0 0.45 0.11 0.20 315 0.47 0.62
Hex CB 6F B4 0 2D B 14 13B 2F 3E
Octal 313 157 264 0 55 13 24 473 57 76
Binary 11001011 1101111 10110100 0 101101 1011 10100 100111011 101111 111110

Color Harmonies of #CB6FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FB4

Black with #CB6FB4

Text Example


Text Example

White with #CB6FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FB4; }

 p { color: rgb(203,111,180); }

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

background-color css

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

 a { background-color: rgb(203,111,180); }

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

border-color css

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

 span { border-color: rgb(203,111,180); }

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