Html Css Color HEX #CB61B2 Fuchsia

📋 copy color: '#CB61B2'

red 203 ◦ green 97 ◦ blue 178

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

Shades of Fuchsia #CB61B2

Tints of Fuchsia #CB61B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 42.47%
G = 20.29%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB61B2 (or 0xCB61B2) is known color: Fuchsia. HEX triplet: CB, 61 and B2. RGB value is (203,97,178). Sum of RGB (Red+Green+Blue) = 203+97+178=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB61B2 is #349E4D. Grayscale: #898989. Windows color (decimal): -3448398 or 11690443. OLE color: 11690443.

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

Color convert

RGB 203 97 178 -
CMYK 0 0.52 0.12 0.20
HSL 314.15º 0.5% 0.59% -
HSV(B) 314.15º 0.52% 0.8% -
XYZ 36.94 24.46 44.89 -
YUV 137.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 203 97 178 0 0.52 0.12 0.20 314.15 0.5 0.59
Hex CB 61 B2 0 34 C 14 13A 32 3B
Octal 313 141 262 0 64 14 24 472 62 73
Binary 11001011 1100001 10110010 0 110100 1100 10100 100111010 110010 111011

Color Harmonies of #CB61B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61B2

Black with #CB61B2

Text Example


Text Example

White with #CB61B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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