Html Css Color HEX #CF338E Deep Cerise

📋 copy color: '#CF338E'

red 207 ◦ green 51 ◦ blue 142

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

Shades of Deep Cerise #CF338E

Tints of Deep Cerise #CF338E

RGB

 RED value IS 207 (81.25% from 255) = 51.75%

 GREEN value IS 51 (20.31% from 255) = 12.75%

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 51.75%
G = 12.75%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF338E (or 0xCF338E) is known color: Deep Cerise. HEX triplet: CF, 33 and 8E. RGB value is (207,51,142). Sum of RGB (Red+Green+Blue) = 207+51+142=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF338E is #30CC71. Grayscale: #6B6B6B. Windows color (decimal): -3198066 or 9319375. OLE color: 9319375.

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

Color convert

RGB 207 51 142 -
CMYK 0 0.75 0.31 0.19
HSL 325º 0.62% 0.51% -
HSV(B) 325º 0.75% 0.81% -
XYZ 31.8 17.59 27.31 -
YUV 108.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 207 51 142 0 0.75 0.31 0.19 325 0.62 0.51
Hex CF 33 8E 0 4B 1F 13 145 3E 33
Octal 317 63 216 0 113 37 23 505 76 63
Binary 11001111 110011 10001110 0 1001011 11111 10011 101000101 111110 110011

Color Harmonies of #CF338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF338E

Black with #CF338E

Text Example


Text Example

White with #CF338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF338E; }

 p { color: rgb(207,51,142); }

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

background-color css

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

 a { background-color: rgb(207,51,142); }

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

border-color css

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

 span { border-color: rgb(207,51,142); }

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