Html Css Color HEX #CB61CF Fuchsia

📋 copy color: '#CB61CF'

red 203 ◦ green 97 ◦ blue 207

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

Shades of Fuchsia #CB61CF

Tints of Fuchsia #CB61CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 40.04%
G = 19.13%
B = 40.83%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB61CF (or 0xCB61CF) is known color: Fuchsia. HEX triplet: CB, 61 and CF. RGB value is (203,97,207). Sum of RGB (Red+Green+Blue) = 203+97+207=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61CF is #349E30. Grayscale: #8C8C8C. Windows color (decimal): -3448369 or 13590987. OLE color: 13590987.

HSL color Cylindrical-coordinate representation of color #CB61CF: hue angle of 297.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB61CF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 97 207 -
CMYK 0.02 0.53 0 0.19
HSL 297.82º 0.53% 0.6% -
HSV(B) 297.82º 0.53% 0.81% -
XYZ 40.17 25.75 61.88 -
YUV 141.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 203 97 207 0.02 0.53 0 0.19 297.82 0.53 0.6
Hex CB 61 CF 2 35 0 13 12A 35 3C
Octal 313 141 317 2 65 0 23 452 65 74
Binary 11001011 1100001 11001111 10 110101 0 10011 100101010 110101 111100

Color Harmonies of #CB61CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61CF

Black with #CB61CF

Text Example


Text Example

White with #CB61CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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