Html Css Color HEX #CB61C4 Fuchsia

📋 copy color: '#CB61C4'

red 203 ◦ green 97 ◦ blue 196

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

Shades of Fuchsia #CB61C4

Tints of Fuchsia #CB61C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.52%

R = 40.93%
G = 19.56%
B = 39.52%

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

#CB61C4 (or 0xCB61C4) is known color: Fuchsia. HEX triplet: CB, 61 and C4. RGB value is (203,97,196). Sum of RGB (Red+Green+Blue) = 203+97+196=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61C4 is #349E3B. Grayscale: #8B8B8B. Windows color (decimal): -3448380 or 12870091. OLE color: 12870091.

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

Color convert

RGB 203 97 196 -
CMYK 0 0.52 0.03 0.20
HSL 303.96º 0.5% 0.59% -
HSV(B) 303.96º 0.52% 0.8% -
XYZ 38.87 25.23 55.05 -
YUV 139.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 203 97 196 0 0.52 0.03 0.20 303.96 0.5 0.59
Hex CB 61 C4 0 34 3 14 130 32 3B
Octal 313 141 304 0 64 3 24 460 62 73
Binary 11001011 1100001 11000100 0 110100 11 10100 100110000 110010 111011

Color Harmonies of #CB61C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61C4

Black with #CB61C4

Text Example


Text Example

White with #CB61C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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