Html Css Color HEX #CB61C5 Fuchsia

📋 copy color: '#CB61C5'

red 203 ◦ green 97 ◦ blue 197

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

Shades of Fuchsia #CB61C5

Tints of Fuchsia #CB61C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.64%

R = 40.85%
G = 19.52%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CB61C5 (or 0xCB61C5) is known color: Fuchsia. HEX triplet: CB, 61 and C5. RGB value is (203,97,197). Sum of RGB (Red+Green+Blue) = 203+97+197=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61C5 is #349E3A. Grayscale: #8B8B8B. Windows color (decimal): -3448379 or 12935627. OLE color: 12935627.

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

Color convert

RGB 203 97 197 -
CMYK 0 0.52 0.03 0.20
HSL 303.4º 0.5% 0.59% -
HSV(B) 303.4º 0.52% 0.8% -
XYZ 38.98 25.28 55.65 -
YUV 140.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 203 97 197 0 0.52 0.03 0.20 303.4 0.5 0.59
Hex CB 61 C5 0 34 3 14 12F 32 3B
Octal 313 141 305 0 64 3 24 457 62 73
Binary 11001011 1100001 11000101 0 110100 11 10100 100101111 110010 111011

Color Harmonies of #CB61C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61C5

Black with #CB61C5

Text Example


Text Example

White with #CB61C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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