Html Css Color HEX #CB61B7 Fuchsia

📋 copy color: '#CB61B7'

red 203 ◦ green 97 ◦ blue 183

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

Shades of Fuchsia #CB61B7

Tints of Fuchsia #CB61B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.89%

R = 42.03%
G = 20.08%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB61B7 (or 0xCB61B7) is known color: Fuchsia. HEX triplet: CB, 61 and B7. RGB value is (203,97,183). Sum of RGB (Red+Green+Blue) = 203+97+183=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61B7 is #349E48. Grayscale: #8A8A8A. Windows color (decimal): -3448393 or 12018123. OLE color: 12018123.

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

Color convert

RGB 203 97 183 -
CMYK 0 0.52 0.10 0.20
HSL 311.32º 0.5% 0.59% -
HSV(B) 311.32º 0.52% 0.8% -
XYZ 37.45 24.66 47.59 -
YUV 138.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 203 97 183 0 0.52 0.10 0.20 311.32 0.5 0.59
Hex CB 61 B7 0 34 A 14 137 32 3B
Octal 313 141 267 0 64 12 24 467 62 73
Binary 11001011 1100001 10110111 0 110100 1010 10100 100110111 110010 111011

Color Harmonies of #CB61B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61B7

Black with #CB61B7

Text Example


Text Example

White with #CB61B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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