Html Css Color HEX #CB61BB Fuchsia

📋 copy color: '#CB61BB'

red 203 ◦ green 97 ◦ blue 187

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

Shades of Fuchsia #CB61BB

Tints of Fuchsia #CB61BB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.92%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 41.68%
G = 19.92%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB61BB (or 0xCB61BB) is known color: Fuchsia. HEX triplet: CB, 61 and BB. RGB value is (203,97,187). Sum of RGB (Red+Green+Blue) = 203+97+187=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61BB is #349E44. Grayscale: #8A8A8A. Windows color (decimal): -3448389 or 12280267. OLE color: 12280267.

HSL color Cylindrical-coordinate representation of color #CB61BB: hue angle of 309.06º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB61BB is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 97 187 -
CMYK 0 0.52 0.08 0.20
HSL 309.06º 0.5% 0.59% -
HSV(B) 309.06º 0.52% 0.8% -
XYZ 37.87 24.83 49.81 -
YUV 138.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 203 97 187 0 0.52 0.08 0.20 309.06 0.5 0.59
Hex CB 61 BB 0 34 8 14 135 32 3B
Octal 313 141 273 0 64 10 24 465 62 73
Binary 11001011 1100001 10111011 0 110100 1000 10100 100110101 110010 111011

Color Harmonies of #CB61BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61BB

Black with #CB61BB

Text Example


Text Example

White with #CB61BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61BB; }

 p { color: rgb(203,97,187); }

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

background-color css

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

 a { background-color: rgb(203,97,187); }

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

border-color css

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

 span { border-color: rgb(203,97,187); }

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