Html Css Color HEX #CB38CE Fuchsia

📋 copy color: '#CB38CE'

red 203 ◦ green 56 ◦ blue 206

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

Shades of Fuchsia #CB38CE

Tints of Fuchsia #CB38CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.04%

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 43.66%
G = 12.04%
B = 44.3%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB38CE (or 0xCB38CE) is known color: Fuchsia. HEX triplet: CB, 38 and CE. RGB value is (203,56,206). Sum of RGB (Red+Green+Blue) = 203+56+206=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38CE is #34C731. Grayscale: #747474. Windows color (decimal): -3458866 or 13514955. OLE color: 13514955.

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

Color convert

RGB 203 56 206 -
CMYK 0.01 0.73 0 0.19
HSL 298.8º 0.6% 0.51% -
HSV(B) 298.8º 0.73% 0.81% -
XYZ 37.18 19.98 60.29 -
YUV 117.05 178.2 189.3 -
System Red Green Blue C M Y K H S L
Decimal 203 56 206 0.01 0.73 0 0.19 298.8 0.6 0.51
Hex CB 38 CE 1 49 0 13 12B 3C 33
Octal 313 70 316 1 111 0 23 453 74 63
Binary 11001011 111000 11001110 1 1001001 0 10011 100101011 111100 110011

Color Harmonies of #CB38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38CE

Black with #CB38CE

Text Example


Text Example

White with #CB38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38CE; }

 p { color: rgb(203,56,206); }

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

background-color css

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

 a { background-color: rgb(203,56,206); }

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

border-color css

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

 span { border-color: rgb(203,56,206); }

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