Html Css Color HEX #CB61C7 Fuchsia

📋 copy color: '#CB61C7'

red 203 ◦ green 97 ◦ blue 199

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

Shades of Fuchsia #CB61C7

Tints of Fuchsia #CB61C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.88%

R = 40.68%
G = 19.44%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB61C7 (or 0xCB61C7) is known color: Fuchsia. HEX triplet: CB, 61 and C7. RGB value is (203,97,199). Sum of RGB (Red+Green+Blue) = 203+97+199=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61C7 is #349E38. Grayscale: #8C8C8C. Windows color (decimal): -3448377 or 13066699. OLE color: 13066699.

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

Color convert

RGB 203 97 199 -
CMYK 0 0.52 0.02 0.20
HSL 302.26º 0.5% 0.59% -
HSV(B) 302.26º 0.52% 0.8% -
XYZ 39.21 25.37 56.86 -
YUV 140.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 203 97 199 0 0.52 0.02 0.20 302.26 0.5 0.59
Hex CB 61 C7 0 34 2 14 12E 32 3B
Octal 313 141 307 0 64 2 24 456 62 73
Binary 11001011 1100001 11000111 0 110100 10 10100 100101110 110010 111011

Color Harmonies of #CB61C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61C7

Black with #CB61C7

Text Example


Text Example

White with #CB61C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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