Html Css Color HEX #CB42BE Fuchsia

📋 copy color: '#CB42BE'

red 203 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #CB42BE

Tints of Fuchsia #CB42BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.38%

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 44.23%
G = 14.38%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB42BE (or 0xCB42BE) is known color: Fuchsia. HEX triplet: CB, 42 and BE. RGB value is (203,66,190). Sum of RGB (Red+Green+Blue) = 203+66+190=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42BE is #34BD41. Grayscale: #787878. Windows color (decimal): -3456322 or 12468939. OLE color: 12468939.

HSL color Cylindrical-coordinate representation of color #CB42BE: hue angle of 305.69º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB42BE is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 66 190 -
CMYK 0 0.67 0.06 0.20
HSL 305.69º 0.57% 0.53% -
HSV(B) 305.69º 0.67% 0.8% -
XYZ 35.87 20.31 50.74 -
YUV 121.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 203 66 190 0 0.67 0.06 0.20 305.69 0.57 0.53
Hex CB 42 BE 0 43 6 14 132 39 35
Octal 313 102 276 0 103 6 24 462 71 65
Binary 11001011 1000010 10111110 0 1000011 110 10100 100110010 111001 110101

Color Harmonies of #CB42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB42BE

Black with #CB42BE

Text Example


Text Example

White with #CB42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB42BE; }

 p { color: rgb(203,66,190); }

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

background-color css

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

 a { background-color: rgb(203,66,190); }

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

border-color css

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

 span { border-color: rgb(203,66,190); }

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